1 implementation of InterpolatedStringText
Microsoft.CodeAnalysis.CSharp.Workspaces (1)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\Services\SyntaxFacts\CSharpSyntaxKinds.cs (1)
182public int InterpolatedStringText => (int)SyntaxKind.InterpolatedStringText;
2 references to InterpolatedStringText
Microsoft.CodeAnalysis.Features (1)
SpellCheck\AbstractSpellCheckSpanService.cs (1)
102token.Parent?.RawKind == _syntaxKinds.InterpolatedStringText)
Microsoft.CodeAnalysis.Workspaces (1)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Services\SyntaxFacts\ISyntaxFactsExtensions.cs (1)
833=> node?.RawKind == syntaxFacts.SyntaxKinds.InterpolatedStringText;