3 writes to _attributeModifier
Microsoft.CodeAnalysis.VisualBasic (3)
Generated\Syntax.xml.Internal.Generated.vb (3)
8302Me._attributeModifier = attributeModifier 8314Me._attributeModifier = attributeModifier 8325Me._attributeModifier = attributeModifier
6 references to _attributeModifier
Microsoft.CodeAnalysis.VisualBasic (6)
Generated\Syntax.xml.Internal.Generated.vb (5)
8341Return Me._attributeModifier 8358Return Me._attributeModifier 8369Return new AttributeTargetSyntax(Me.Kind, newErrors, GetAnnotations, _attributeModifier, _colonToken) 8373Return new AttributeTargetSyntax(Me.Kind, GetDiagnostics, annotations, _attributeModifier, _colonToken) 31002If node._attributeModifier IsNot newAttributeModifier Then anyChanges = True
Generated\Syntax.xml.Syntax.Generated.vb (1)
12322return new SyntaxToken(Me, DirectCast(Me.Green, Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.AttributeTargetSyntax)._attributeModifier, Me.Position, 0)