@@ -5,19 +5,64 @@ Partial.cs:
55# 5| 6: [Method] Method2
66# 5| -1: [TypeMention] Void
77# 5| 4: [BlockStmt] {...}
8- # 10| 7: [Method] PartialMethodWithBody1
8+ # 7| 7: [Property] PartialProperty1
9+ # 7| -1: [TypeMention] object
10+ # 7| 3: [Getter] get_PartialProperty1
11+ # 7| 4: [Setter] set_PartialProperty1
12+ #-----| 2: (Parameters)
13+ # 7| 0: [Parameter] value
14+ # 9| 8: [Indexer] Item
15+ # 9| -1: [TypeMention] object
16+ #-----| 1: (Parameters)
17+ # 9| 0: [Parameter] index
18+ # 9| -1: [TypeMention] int
19+ # 9| 3: [Getter] get_Item
20+ #-----| 2: (Parameters)
21+ # 9| 0: [Parameter] index
22+ # 9| 4: [Setter] set_Item
23+ #-----| 2: (Parameters)
24+ # 9| 0: [Parameter] index
25+ # 9| 1: [Parameter] value
26+ # 14| 9: [Method] PartialMethodWithBody1
927# 3| -1: [TypeMention] Void
10- # 10| 4: [BlockStmt] {...}
11- # 11| 8: [Method] Method3
12- # 11| -1: [TypeMention] Void
13- # 11| 4: [BlockStmt] {...}
14- # 14| [Class] OnePartPartialClass
15- # 16| 5: [Method] PartialMethodWithoutBody2
16- # 16| -1: [TypeMention] Void
17- # 17| 6: [Method] Method4
18- # 17| -1: [TypeMention] Void
19- # 17| 4: [BlockStmt] {...}
20- # 20| [Class] NonPartialClass
21- # 22| 5: [Method] Method5
22- # 22| -1: [TypeMention] Void
23- # 22| 4: [BlockStmt] {...}
28+ # 14| 4: [BlockStmt] {...}
29+ # 15| 10: [Method] Method3
30+ # 15| -1: [TypeMention] Void
31+ # 15| 4: [BlockStmt] {...}
32+ # 16| 11: [Field] _backingField
33+ # 16| -1: [TypeMention] object
34+ # 23| 12: [Field] _backingArray
35+ # 23| -1: [TypeMention] Object[]
36+ # 23| 1: [TypeMention] object
37+ # 32| [Class] OnePartPartialClass
38+ # 34| 5: [Method] PartialMethodWithoutBody2
39+ # 34| -1: [TypeMention] Void
40+ # 35| 6: [Method] Method4
41+ # 35| -1: [TypeMention] Void
42+ # 35| 4: [BlockStmt] {...}
43+ # 38| [Class] NonPartialClass
44+ # 40| 5: [Method] Method5
45+ # 40| -1: [TypeMention] Void
46+ # 40| 4: [BlockStmt] {...}
47+ # 41| 6: [Property] Property
48+ # 41| -1: [TypeMention] object
49+ # 41| 3: [Getter] get_Property
50+ # 41| 4: [Setter] set_Property
51+ #-----| 2: (Parameters)
52+ # 41| 0: [Parameter] value
53+ # 42| 7: [Indexer] Item
54+ # 42| -1: [TypeMention] object
55+ #-----| 1: (Parameters)
56+ # 42| 0: [Parameter] index
57+ # 42| -1: [TypeMention] int
58+ # 44| 3: [Getter] get_Item
59+ #-----| 2: (Parameters)
60+ # 42| 0: [Parameter] index
61+ # 44| 4: [BlockStmt] {...}
62+ # 44| 0: [ReturnStmt] return ...;
63+ # 44| 0: [NullLiteral] null
64+ # 45| 4: [Setter] set_Item
65+ #-----| 2: (Parameters)
66+ # 42| 0: [Parameter] index
67+ # 45| 1: [Parameter] value
68+ # 45| 4: [BlockStmt] {...}
0 commit comments