8 instantiations of InterpolatedStringTextSyntax
Microsoft.CodeAnalysis.VisualBasic (8)
Generated\Syntax.xml.Internal.Generated.vb (7)
34205Friend Shared CreateInstance As Func(Of ObjectReader, Object) = Function(o) New InterpolatedStringTextSyntax(o) 34214ObjectBinder.RegisterTypeReader(GetType(InterpolatedStringTextSyntax), Function(r) New InterpolatedStringTextSyntax(r)) 34241Return new InterpolatedStringTextSyntax(Me.Kind, newErrors, GetAnnotations, _textToken) 34245Return new InterpolatedStringTextSyntax(Me.Kind, GetDiagnostics, annotations, _textToken) 41627Return New InterpolatedStringTextSyntax(node.Kind, node.GetDiagnostics, node.GetAnnotations, newTextToken) 53541Dim result = New InterpolatedStringTextSyntax(SyntaxKind.InterpolatedStringText, textToken) 65619Dim result = New InterpolatedStringTextSyntax(SyntaxKind.InterpolatedStringText, textToken, _factoryContext)
Generated\Syntax.xml.Syntax.Generated.vb (1)
35553Me.New(New Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.InterpolatedStringTextSyntax(kind, errors, annotations, textToken), Nothing, 0)
9 references to InterpolatedStringTextSyntax
Microsoft.CodeAnalysis.VisualBasic (8)
Generated\Syntax.xml.Internal.Generated.vb (7)
34214ObjectBinder.RegisterTypeReader(GetType(InterpolatedStringTextSyntax), Function(r) New InterpolatedStringTextSyntax(r)) 37664Public Overridable Function VisitInterpolatedStringText(ByVal node As InterpolatedStringTextSyntax) As VisualBasicSyntaxNode 41620Public Overrides Function VisitInterpolatedStringText(ByVal node As InterpolatedStringTextSyntax) As VisualBasicSyntaxNode 53532Friend Shared Function InterpolatedStringText(textToken As InterpolatedStringTextTokenSyntax) As InterpolatedStringTextSyntax 53538Return DirectCast(cached, InterpolatedStringTextSyntax) 65610Friend Function InterpolatedStringText(textToken As InterpolatedStringTextTokenSyntax) As InterpolatedStringTextSyntax 65616Return DirectCast(cached, InterpolatedStringTextSyntax)
Generated\Syntax.xml.Syntax.Generated.vb (1)
35561return new SyntaxToken(Me, DirectCast(Me.Green, Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.InterpolatedStringTextSyntax)._textToken, Me.Position, 0)
Microsoft.CodeAnalysis.VisualBasic.Syntax.UnitTests (1)
Generated\Syntax.Test.xml.Generated.vb (1)
1455Private Shared Function GenerateGreenInterpolatedStringText() As InternalSyntax.InterpolatedStringTextSyntax