File tree Expand file tree Collapse file tree
csharp/ql/test/library-tests/properties Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ | properties.cs:29:13:29:28 | access to property Caption | properties.cs:17:13:17:15 | set_Caption |
2+ | properties.cs:30:24:30:39 | access to property Caption | properties.cs:15:13:15:15 | get_Caption |
3+ | properties.cs:61:13:61:13 | access to property X | properties.cs:57:37:57:39 | set_X |
4+ | properties.cs:62:13:62:13 | access to property Y | properties.cs:58:37:58:39 | set_Y |
5+ | properties.cs:82:46:82:51 | access to property X | properties.cs:70:32:70:34 | get_X |
6+ | properties.cs:83:39:83:44 | access to property Y | properties.cs:74:13:74:15 | set_Y |
7+ | properties.cs:161:25:161:32 | access to property Value | properties.cs:150:13:150:15 | get_Value |
8+ | properties.cs:164:13:164:20 | access to property Value | properties.cs:142:13:142:15 | set_Value |
9+ | properties.cs:165:25:165:32 | access to property Value | properties.cs:141:13:141:15 | get_Value |
Original file line number Diff line number Diff line change 1+ import csharp
2+
3+ from PropertyCall pc , Accessor a
4+ where a = pc .getTarget ( ) and a .fromSource ( )
5+ select pc , a
You can’t perform that action at this time.
0 commit comments