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)
58Return (_attributes And BoundNodeAttributes.HasErrors) <> 0 75Return (_attributes And BoundNodeAttributes.WasCompilerGenerated) <> 0 83_attributes = _attributes Or BoundNodeAttributes.WasCompilerGenerated