11 references to InterpolatedStringText
Microsoft.CodeAnalysis.VisualBasic (7)
Binding\Binder_InterpolatedString.vb (1)
23Case SyntaxKind.InterpolatedStringText
Generated\Syntax.xml.Internal.Generated.vb (4)
53536Dim cached = SyntaxNodeCache.TryGetNode(SyntaxKind.InterpolatedStringText, textToken, hash) 53541Dim result = New InterpolatedStringTextSyntax(SyntaxKind.InterpolatedStringText, textToken) 65614Dim cached = VisualBasicSyntaxNodeCache.TryGetNode(SyntaxKind.InterpolatedStringText, textToken, _factoryContext, hash) 65619Dim result = New InterpolatedStringTextSyntax(SyntaxKind.InterpolatedStringText, textToken, _factoryContext)
Generated\Syntax.xml.Main.Generated.vb (1)
42410Return New InterpolatedStringTextSyntax(SyntaxKind.InterpolatedStringText, Nothing, Nothing, DirectCast(textToken.Node, InternalSyntax.InterpolatedStringTextTokenSyntax))
Generated\Syntax.xml.Syntax.Generated.vb (1)
35539''' <item><description><see cref="SyntaxKind.InterpolatedStringText"/></description></item>
Microsoft.CodeAnalysis.VisualBasic.CodeStyle (1)
VisualBasicSyntaxKinds.vb (1)
166Public ReadOnly Property InterpolatedStringText As Integer = SyntaxKind.InterpolatedStringText Implements ISyntaxKinds.InterpolatedStringText
Microsoft.CodeAnalysis.VisualBasic.CodeStyle.Fixes (1)
VisualBasicIndentationService.Indenter.vb (1)
158containingToken.IsKind(SyntaxKind.InterpolatedStringText) OrElse
Microsoft.CodeAnalysis.VisualBasic.Workspaces (2)
VisualBasicIndentationService.Indenter.vb (1)
158containingToken.IsKind(SyntaxKind.InterpolatedStringText) OrElse
VisualBasicSyntaxKinds.vb (1)
166Public ReadOnly Property InterpolatedStringText As Integer = SyntaxKind.InterpolatedStringText Implements ISyntaxKinds.InterpolatedStringText