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