5 references to XmlNameSyntax
Microsoft.CodeAnalysis.VisualBasic (5)
Generated\Syntax.xml.Internal.Generated.vb (3)
29733Return new XmlNameSyntax(Me.Kind, newErrors, GetAnnotations, _prefix, _localName) 29737Return new XmlNameSyntax(Me.Kind, GetDiagnostics, annotations, _prefix, _localName) 41160Return New XmlNameSyntax(node.Kind, node.GetDiagnostics, node.GetAnnotations, newPrefix, newLocalName)
Generated\Syntax.xml.Syntax.Generated.vb (1)
31914Me.New(New Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.XmlNameSyntax(kind, errors, annotations, if(prefix IsNot Nothing, DirectCast(prefix.Green, Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.XmlPrefixSyntax), Nothing), localName), Nothing, 0)
Parser\ParseXml.vb (1)
2314Return New XmlNameSyntax(node.Kind, node.GetDiagnostics, node.GetAnnotations, prefix, localName)