2 instantiations of Interpolation
Microsoft.CodeAnalysis.CSharp (2)
Parser\Lexer_StringLiteral.cs (2)
863
interpolations?.Add(new
Interpolation
(
927
interpolations?.Add(new
Interpolation
(
12 references to Interpolation
Microsoft.CodeAnalysis.CSharp (12)
Parser\LanguageParser_InterpolatedString.cs (6)
49
var interpolations = ArrayBuilder<Lexer.
Interpolation
>.GetInstance();
71
void rescanInterpolation(out Lexer.InterpolatedStringKind kind, out SyntaxDiagnosticInfo? error, out Range openQuoteRange, ArrayBuilder<Lexer.
Interpolation
> interpolations, out Range closeQuoteRange)
104
var
interpolation = interpolations[i];
279
Lexer.
Interpolation
interpolation)
363
Lexer.
Interpolation
interpolation,
391
Lexer.
Interpolation
interpolation,
Parser\Lexer_StringLiteral.cs (6)
279
ArrayBuilder<
Interpolation
>? interpolations,
369
ArrayBuilder<
Interpolation
>? interpolations,
628
InterpolatedStringKind kind, int startingDollarSignCount, int startingQuoteCount, ArrayBuilder<
Interpolation
>? interpolations)
829
private void HandleOpenBraceInContent(InterpolatedStringKind kind, int startingDollarSignCount, ArrayBuilder<
Interpolation
>? interpolations)
841
private void HandleOpenBraceInNormalOrVerbatimContent(InterpolatedStringKind kind, ArrayBuilder<
Interpolation
>? interpolations)
870
private void HandleOpenBraceInRawContent(InterpolatedStringKind kind, int startingDollarSignCount, ArrayBuilder<
Interpolation
>? interpolations)