3 writes to _attributes
Microsoft.CodeAnalysis.VisualBasic (3)
BoundTree\BoundNode.vb (3)
39
_attributes
= BoundNodeAttributes.HasErrors
73
_attributes
= _attributes Or BoundNodeAttributes.WasCompilerGeneratedIsChecked
83
_attributes
= _attributes Or BoundNodeAttributes.WasCompilerGenerated
5 references to _attributes
Microsoft.CodeAnalysis.VisualBasic (5)
BoundTree\BoundNode.vb (5)
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