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