2 instantiations of Interpolation
Microsoft.CodeAnalysis.CSharp (2)
Parser\Lexer_StringLiteral.cs (2)
870
interpolations?.Add(new
Interpolation
(
934
interpolations?.Add(new
Interpolation
(
11 references to Interpolation
Microsoft.CodeAnalysis.CSharp (11)
Parser\LanguageParser_InterpolatedString.cs (5)
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)
279
Lexer.
Interpolation
interpolation)
363
Lexer.
Interpolation
interpolation,
393
Lexer.
Interpolation
interpolation,
Parser\Lexer_StringLiteral.cs (6)
286
ArrayBuilder<
Interpolation
>? interpolations,
376
ArrayBuilder<
Interpolation
>? interpolations,
635
InterpolatedStringKind kind, int startingDollarSignCount, int startingQuoteCount, ArrayBuilder<
Interpolation
>? interpolations)
836
private void HandleOpenBraceInContent(InterpolatedStringKind kind, int startingDollarSignCount, ArrayBuilder<
Interpolation
>? interpolations)
848
private void HandleOpenBraceInNormalOrVerbatimContent(InterpolatedStringKind kind, ArrayBuilder<
Interpolation
>? interpolations)
877
private void HandleOpenBraceInRawContent(InterpolatedStringKind kind, int startingDollarSignCount, ArrayBuilder<
Interpolation
>? interpolations)