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