2 writes to _attributes
Microsoft.CodeAnalysis.VisualBasic (2)
BoundTree\BoundNode.vb (2)
39
_attributes
= BoundNodeAttributes.HasErrors
83
_attributes
= _attributes Or BoundNodeAttributes.WasCompilerGenerated
3 references to _attributes
Microsoft.CodeAnalysis.VisualBasic (3)
BoundTree\BoundNode.vb (3)
58
Return (
_attributes
And BoundNodeAttributes.HasErrors) <> 0
75
Return (
_attributes
And BoundNodeAttributes.WasCompilerGenerated) <> 0
83
_attributes =
_attributes
Or BoundNodeAttributes.WasCompilerGenerated