7 references to BoundNodeAttributes
Microsoft.CodeAnalysis.VisualBasic (7)
BoundTree\BoundNode.vb (7)
12Private _attributes As BoundNodeAttributes 39_attributes = BoundNodeAttributes.HasErrors 58Return (_attributes And BoundNodeAttributes.HasErrors) <> 0 73_attributes = _attributes Or BoundNodeAttributes.WasCompilerGeneratedIsChecked 75Return (_attributes And BoundNodeAttributes.WasCompilerGenerated) <> 0 81Debug.Assert((_attributes And BoundNodeAttributes.WasCompilerGeneratedIsChecked) = 0) 83_attributes = _attributes Or BoundNodeAttributes.WasCompilerGenerated