Skip to content

Commit 518eb9e

Browse files
committed
C#: Add properties call target test case.
1 parent 9a269fe commit 518eb9e

2 files changed

Lines changed: 14 additions & 0 deletions

File tree

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
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 |
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
import csharp
2+
3+
from PropertyCall pc, Accessor a
4+
where a = pc.getTarget() and a.fromSource()
5+
select pc, a

0 commit comments

Comments
 (0)