2 references to WasTopLevelNullabilityChecked
Microsoft.CodeAnalysis.CSharp (2)
BoundTree\BoundNode.cs (2)
229
_attributes |= BoundNodeAttributes.
WasTopLevelNullabilityChecked
;
240
Debug.Assert((_attributes & BoundNodeAttributes.
WasTopLevelNullabilityChecked
) == 0,