@@ -74,10 +74,10 @@ AsyncStreams.cs:
7474# 42| 1: [TypeMention] bool
7575DefaultInterfaceMethods.cs:
7676# 3| [Interface] IPerson
77- # 5| 4: [IndexerProperty ] Name
77+ # 5| 4: [Property ] Name
7878# 5| -1: [TypeMention] string
7979# 5| 3: [Getter] get_Name
80- # 7| 5: [IndexerProperty ] Greeting
80+ # 7| 5: [Property ] Greeting
8181# 7| -1: [TypeMention] string
8282# 9| 3: [Getter] get_Greeting
8383# 9| 4: [StringLiteral] "Hello"
@@ -95,7 +95,7 @@ DefaultInterfaceMethods.cs:
9595# 13| 0: [PropertyCall] access to property Greeting
9696# 13| 1: [StringLiteral] " "
9797# 13| 1: [ParameterAccess] access to parameter name
98- # 15| 7: [IndexerProperty ] GreetingString
98+ # 15| 7: [Property ] GreetingString
9999# 15| -1: [TypeMention] string
100100# 15| 3: [Getter] get_GreetingString
101101# 15| 4: [MethodCall] call to method Greet
@@ -105,11 +105,11 @@ DefaultInterfaceMethods.cs:
105105# 20| [Class] Person
106106#-----| 3: (Base types)
107107# 20| 1: [TypeMention] IPerson
108- # 22| 5: [IndexerProperty ] Name
108+ # 22| 5: [Property ] Name
109109# 22| -1: [TypeMention] string
110110# 22| 3: [Getter] get_Name
111111# 22| 4: [StringLiteral] "Petra"
112- # 24| 6: [IndexerProperty ] Greeting
112+ # 24| 6: [Property ] Greeting
113113# 24| -1: [TypeMention] IPerson
114114# 24| -1: [TypeMention] string
115115# 24| 3: [Getter] get_Greeting
@@ -141,11 +141,11 @@ NullableRefTypes.cs:
141141# 9| -1: [TypeMention] MyClass
142142# 10| 6: [Field] B
143143# 10| -1: [TypeMention] MyClass
144- # 13| 7: [IndexerProperty ] C
144+ # 13| 7: [Property ] C
145145# 13| -1: [TypeMention] MyClass
146146# 13| 3: [Getter] get_C
147147# 13| 4: [NullLiteral] null
148- # 14| 8: [IndexerProperty ] D
148+ # 14| 8: [Property ] D
149149# 14| -1: [TypeMention] MyClass
150150# 14| 3: [Getter] get_D
151151# 14| 4: [ThisAccess] this access
@@ -417,7 +417,7 @@ NullableRefTypes.cs:
417417# 110| 0: [NullLiteral] null
418418# 112| 12: [Field] Property
419419# 112| -1: [TypeMention] MyClass
420- # 113| 13: [IndexerProperty ] RefProperty
420+ # 113| 13: [Property ] RefProperty
421421# 113| -1: [TypeMention] MyClass
422422# 113| 3: [Getter] get_RefProperty
423423# 113| 4: [RefExpr] ref ...
@@ -502,7 +502,7 @@ NullableRefTypes.cs:
502502# 154| [Class] DisabledNullability
503503# 156| 5: [Field] f1
504504# 156| -1: [TypeMention] MyClass
505- # 157| 6: [IndexerProperty ] P
505+ # 157| 6: [Property ] P
506506# 157| -1: [TypeMention] MyClass
507507# 157| 3: [Getter] get_P
508508# 157| 4: [ObjectCreation] object creation of type MyClass
0 commit comments