2 references to WasCompilerGeneratedIsChecked
Microsoft.CodeAnalysis.VisualBasic (2)
BoundTree\BoundNode.vb (2)
73
_attributes = _attributes Or BoundNodeAttributes.
WasCompilerGeneratedIsChecked
81
Debug.Assert((_attributes And BoundNodeAttributes.
WasCompilerGeneratedIsChecked
) = 0)