3 references to WasCompilerGeneratedIsChecked
Microsoft.CodeAnalysis.CSharp (3)
BoundTree\BoundNode.cs (3)
178
_attributes |= BoundNodeAttributes.
WasCompilerGeneratedIsChecked
;
185
Debug.Assert((_attributes & BoundNodeAttributes.
WasCompilerGeneratedIsChecked
) == 0,
207
Debug.Assert((_attributes & BoundNodeAttributes.
WasCompilerGeneratedIsChecked
) == 0,