@@ -121,6 +121,42 @@ DefaultInterfaceMethods.cs:
121121# 26| 7: [Method] Greet
122122# 26| -1: [TypeMention] Void
123123# 26| 4: [BlockStmt] {...}
124+ NameResolutionSuppressNullable.cs:
125+ # 5| [Class] MyClass2
126+ # 7| 5: [Field] s_signalMethod
127+ # 7| -1: [TypeMention] WaitCallback
128+ # 8| 6: [Property] SignalMethod
129+ # 8| -1: [TypeMention] WaitCallback
130+ # 8| 3: [Getter] get_SignalMethod
131+ # 8| 4: [MethodCall] call to method EnsureInitialized
132+ # 8| 0: [FieldAccess] access to field s_signalMethod
133+ # 8| 1: [LambdaExpr] (...) => ...
134+ # 8| 4: [ExplicitDelegateCreation] delegate creation of type WaitCallback
135+ # 8| -1: [TypeMention] WaitCallback
136+ # 8| 0: [SuppressNullableWarningExpr] ...!
137+ # 8| 0: [MethodAccess] access to method M1
138+ # 10| 7: [Method] EnsureInitialized
139+ # 10| -1: [TypeMention] T
140+ #-----| 1: (Type parameters)
141+ # 10| 0: [TypeParameter] T
142+ #-----| 2: (Parameters)
143+ # 10| 0: [Parameter] target
144+ # 10| -1: [TypeMention] T
145+ # 10| 1: [Parameter] valueFactory
146+ # 10| -1: [TypeMention] Func<T>
147+ # 10| 1: [TypeMention] T
148+ # 10| 4: [BlockStmt] {...}
149+ # 10| 0: [ReturnStmt] return ...;
150+ # 10| 0: [AssignExpr] ... = ...
151+ # 10| 0: [ParameterAccess] access to parameter target
152+ # 10| 1: [DelegateCall] delegate call
153+ # 10| -1: [ParameterAccess] access to parameter valueFactory
154+ # 12| 9: [Method] M1
155+ # 12| -1: [TypeMention] Void
156+ #-----| 2: (Parameters)
157+ # 12| 0: [Parameter] state
158+ # 12| -1: [TypeMention] object
159+ # 13| 4: [BlockStmt] {...}
124160NullCoalescingAssignment.cs:
125161# 3| [Class] NullCoalescingAssignment
126162# 5| 5: [Method] NullCoalescing
0 commit comments