@@ -5,23 +5,15 @@ Partial.cs:
55# 7| 7: [Method] Method2
66# 7| -1: [TypeMention] Void
77# 7| 4: [BlockStmt] {...}
8- # 13| 8: [Event] PartialEvent1
9- # 13| -1: [TypeMention] EventHandler
10- # 13| 3: [AddEventAccessor] add_PartialEvent1
11- #-----| 2: (Parameters)
12- # 13| 0: [Parameter] value
13- # 13| 4: [RemoveEventAccessor] remove_PartialEvent1
14- #-----| 2: (Parameters)
15- # 13| 0: [Parameter] value
16- # 18| 9: [Method] PartialMethodWithBody1
8+ # 18| 8: [Method] PartialMethodWithBody1
179# 5| -1: [TypeMention] Void
1810# 18| 4: [BlockStmt] {...}
19- # 19| 10 : [Method] Method3
11+ # 19| 9 : [Method] Method3
2012# 19| -1: [TypeMention] Void
2113# 19| 4: [BlockStmt] {...}
22- # 20| 11 : [Field] _backingField
14+ # 20| 10 : [Field] _backingField
2315# 20| -1: [TypeMention] object
24- # 22| 12 : [Property] PartialProperty1
16+ # 22| 11 : [Property] PartialProperty1
2517# 9| -1: [TypeMention] object
2618# 22| -1: [TypeMention] object
2719# 24| 3: [Getter] get_PartialProperty1
@@ -36,10 +28,10 @@ Partial.cs:
3628# 25| 0: [AssignExpr] ... = ...
3729# 25| 0: [FieldAccess] access to field _backingField
3830# 25| 1: [ParameterAccess] access to parameter value
39- # 27| 13 : [Field] _backingArray
31+ # 27| 12 : [Field] _backingArray
4032# 27| -1: [TypeMention] Object[]
4133# 27| 1: [TypeMention] object
42- # 29| 14 : [Indexer] Item
34+ # 29| 13 : [Indexer] Item
4335# 11| -1: [TypeMention] object
4436# 29| -1: [TypeMention] object
4537#-----| 1: (Parameters)
@@ -65,6 +57,16 @@ Partial.cs:
6557# 32| -1: [FieldAccess] access to field _backingArray
6658# 32| 0: [ParameterAccess] access to parameter index
6759# 32| 1: [ParameterAccess] access to parameter value
60+ # 36| 14: [Event] PartialEvent1
61+ # 13| -1: [TypeMention] EventHandler
62+ # 36| 3: [AddEventAccessor] add_PartialEvent1
63+ #-----| 2: (Parameters)
64+ # 36| 0: [Parameter] value
65+ # 36| 4: [BlockStmt] {...}
66+ # 36| 4: [RemoveEventAccessor] remove_PartialEvent1
67+ #-----| 2: (Parameters)
68+ # 36| 0: [Parameter] value
69+ # 36| 4: [BlockStmt] {...}
6870# 39| [Class] OnePartPartialClass
6971# 41| 6: [Method] PartialMethodWithoutBody2
7072# 41| -1: [TypeMention] Void
0 commit comments