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)
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