8 instantiations of XmlTextSyntax
Microsoft.CodeAnalysis.VisualBasic (8)
Generated\Syntax.xml.Internal.Generated.vb (7)
28706Friend Shared CreateInstance As Func(Of ObjectReader, Object) = Function(o) New XmlTextSyntax(o) 28715ObjectBinder.RegisterTypeReader(GetType(XmlTextSyntax), Function(r) New XmlTextSyntax(r)) 28743Return new XmlTextSyntax(Me.Kind, newErrors, GetAnnotations, _textTokens) 28747Return new XmlTextSyntax(Me.Kind, GetDiagnostics, annotations, _textTokens) 41043Return New XmlTextSyntax(node.Kind, node.GetDiagnostics, node.GetAnnotations, newTextTokens.Node) 52609Dim result = New XmlTextSyntax(SyntaxKind.XmlText, textTokens.Node) 64687Dim result = New XmlTextSyntax(SyntaxKind.XmlText, textTokens.Node, _factoryContext)
Generated\Syntax.xml.Syntax.Generated.vb (1)
31038Me.New(New Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.XmlTextSyntax(kind, errors, annotations, textTokens), Nothing, 0)
10 references to XmlTextSyntax
Microsoft.CodeAnalysis.VisualBasic (9)
Generated\Syntax.xml.Internal.Generated.vb (7)
28715ObjectBinder.RegisterTypeReader(GetType(XmlTextSyntax), Function(r) New XmlTextSyntax(r)) 37496Public Overridable Function VisitXmlText(ByVal node As XmlTextSyntax) As VisualBasicSyntaxNode 41036Public Overrides Function VisitXmlText(ByVal node As XmlTextSyntax) As VisualBasicSyntaxNode 52601Friend Shared Function XmlText(textTokens As Global.Microsoft.CodeAnalysis.Syntax.InternalSyntax.SyntaxList(of GreenNode)) As XmlTextSyntax 52606Return DirectCast(cached, XmlTextSyntax) 64679Friend Function XmlText(textTokens As Global.Microsoft.CodeAnalysis.Syntax.InternalSyntax.SyntaxList(of GreenNode)) As XmlTextSyntax 64684Return DirectCast(cached, XmlTextSyntax)
Generated\Syntax.xml.Syntax.Generated.vb (1)
31047Dim slot = DirectCast(Me.Green, Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.XmlTextSyntax)._textTokens
Parser\ParseXml.vb (1)
827Dim result As XmlTextSyntax
Microsoft.CodeAnalysis.VisualBasic.Syntax.UnitTests (1)
Generated\Syntax.Test.xml.Generated.vb (1)
1275Private Shared Function GenerateGreenXmlText() As InternalSyntax.XmlTextSyntax