2 implementations of InterpolatedStringTextToken
Microsoft.CodeAnalysis.CSharp.CodeStyle (1)
CSharpSyntaxKinds.cs (1)
45public int InterpolatedStringTextToken => (int)SyntaxKind.InterpolatedStringTextToken;
Microsoft.CodeAnalysis.VisualBasic.CodeStyle (1)
VisualBasicSyntaxKinds.vb (1)
48Public ReadOnly Property InterpolatedStringTextToken As Integer = SyntaxKind.InterpolatedStringTextToken Implements ISyntaxKinds.InterpolatedStringTextToken
3 references to InterpolatedStringTextToken
Microsoft.CodeAnalysis.CodeStyle (2)
ISyntaxFactsExtensions.cs (2)
107syntaxFacts.SyntaxKinds.InterpolatedStringTextToken == token.RawKind) 716=> token.RawKind == syntaxFacts.SyntaxKinds.InterpolatedStringTextToken;
Microsoft.CodeAnalysis.VisualBasic.CodeStyle (1)
VisualBasicSyntaxKinds.vb (1)
48Public ReadOnly Property InterpolatedStringTextToken As Integer = SyntaxKind.InterpolatedStringTextToken Implements ISyntaxKinds.InterpolatedStringTextToken