1 implementation of InterpolatedStringExpression
Microsoft.CodeAnalysis.CSharp.CodeStyle (1)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\Services\SyntaxFacts\CSharpSyntaxKinds.cs (1)
181
public int
InterpolatedStringExpression
=> (int)SyntaxKind.InterpolatedStringExpression;
1 reference to InterpolatedStringExpression
Microsoft.CodeAnalysis.CodeStyle (1)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Services\SyntaxFacts\ISyntaxFactsExtensions.cs (1)
827
=> node?.RawKind == syntaxFacts.SyntaxKinds.
InterpolatedStringExpression
;