13 references to LocalName
Microsoft.CodeAnalysis.VisualBasic (12)
Generated\Syntax.xml.Internal.Generated.vb (1)
41156
Dim newLocalName = DirectCast(Visit(node.
LocalName
), XmlNameTokenSyntax)
Parser\ParseXml.vb (9)
762
localName = name.
LocalName
.Text
1035
If DocumentationCommentXmlNames.ElementEquals(xmlName.
LocalName
.Text, name, True) Then
1051
Not DocumentationCommentXmlNames.AttributeEquals(xmlName.
LocalName
.Text,
1369
Not DocumentationCommentXmlNames.AttributeEquals(xmlName.
LocalName
.Text,
2305
localName = DirectCast(VisitSyntaxToken(node.
LocalName
), XmlNameTokenSyntax)
2306
If node.
LocalName
IsNot localName Then anyChanges = True
2308
localName = node.
LocalName
2501
If startName.
LocalName
.Text = name.
LocalName
.Text Then
Syntax\InternalSyntax\SyntaxNodeExtensions.vb (2)
705
If Not Scanner.IsIdentifier(xmlNameInferredFrom.
LocalName
.ToString) Then
710
Return xmlNameInferredFrom.
LocalName
Microsoft.CodeAnalysis.VisualBasic.Syntax.UnitTests (1)
Parser\ParseXml.vb (1)
3543
Dim getPossibleKeywordKind = Function(x As XmlNameSyntax) DirectCast(x.Green, InternalSyntax.XmlNameSyntax).
LocalName
.PossibleKeywordKind