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