3 writes to _localName
Microsoft.CodeAnalysis.VisualBasic (3)
Generated\Syntax.xml.Internal.Generated.vb (3)
23303Me._localName = localName 23317Me._localName = localName 23330Me._localName = localName
6 references to _localName
Microsoft.CodeAnalysis.VisualBasic (6)
Generated\Syntax.xml.Internal.Generated.vb (5)
23349Return Me._localName 23358Return Me._localName 23367Return new XmlNameSyntax(Me.Kind, newErrors, GetAnnotations, _prefix, _localName) 23371Return new XmlNameSyntax(Me.Kind, GetDiagnostics, annotations, _prefix, _localName) 33229If node._localName IsNot newLocalName Then anyChanges = True
Generated\Syntax.xml.Syntax.Generated.vb (1)
31936return new SyntaxToken(Me, DirectCast(Me.Green, Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.XmlNameSyntax)._localName, Me.GetChildPosition(1), Me.GetChildIndex(1))