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)
9 references to InterpolatedStringTextSyntax
Microsoft.CodeAnalysis.VisualBasic (8)
Microsoft.CodeAnalysis.VisualBasic.Syntax.UnitTests (1)