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