2 instantiations of Interpolation
Microsoft.CodeAnalysis.CSharp (2)
Parser\Lexer_StringLiteral.cs (2)
889interpolations?.Add(new Interpolation( 953interpolations?.Add(new Interpolation(
12 references to Interpolation
Microsoft.CodeAnalysis.CSharp (12)
Parser\LanguageParser_InterpolatedString.cs (6)
135var interpolations = ArrayBuilder<Lexer.Interpolation>.GetInstance(); 165void rescanInterpolation(out Lexer.InterpolatedStringKind kind, out SyntaxDiagnosticInfo? error, out Range openQuoteRange, ArrayBuilder<Lexer.Interpolation> interpolations, out Range closeQuoteRange) 201var interpolation = interpolations[i]; 387Lexer.Interpolation interpolation) 489Lexer.Interpolation interpolation, 520Lexer.Interpolation interpolation,
Parser\Lexer_StringLiteral.cs (6)
288ArrayBuilder<Interpolation>? interpolations, 383ArrayBuilder<Interpolation>? interpolations, 654InterpolatedStringKind kind, int startingDollarSignCount, int startingQuoteCount, ArrayBuilder<Interpolation>? interpolations) 855private void HandleOpenBraceInContent(InterpolatedStringKind kind, int startingDollarSignCount, ArrayBuilder<Interpolation>? interpolations) 867private void HandleOpenBraceInNormalOrVerbatimContent(InterpolatedStringKind kind, ArrayBuilder<Interpolation>? interpolations) 896private void HandleOpenBraceInRawContent(InterpolatedStringKind kind, int startingDollarSignCount, ArrayBuilder<Interpolation>? interpolations)