5 references to XmlPrefixSyntax
Microsoft.CodeAnalysis.VisualBasic (5)
Generated\Syntax.xml.Internal.Generated.vb (3)
29982Return new XmlPrefixSyntax(Me.Kind, newErrors, GetAnnotations, _name, _colonToken) 29986Return new XmlPrefixSyntax(Me.Kind, GetDiagnostics, annotations, _name, _colonToken) 41192Return New XmlPrefixSyntax(node.Kind, node.GetDiagnostics, node.GetAnnotations, newName, newColonToken)
Generated\Syntax.xml.Syntax.Generated.vb (1)
32144Me.New(New Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.XmlPrefixSyntax(kind, errors, annotations, name, colonToken), Nothing, 0)
Parser\ParseXml.vb (1)
2335Return New XmlPrefixSyntax(node.Kind, node.GetDiagnostics, node.GetAnnotations, name, colon)