4 references to InterpolationExpression
Microsoft.CodeAnalysis.CSharp.EditorFeatures (4)
StringCopyPaste\KnownSourcePasteProcessor.cs (3)
94builder.Append(EscapeForNonRawStringLiteral(content.InterpolationExpression)); 101builder.Append(content.InterpolationExpression); 311builder.Append(content.InterpolationExpression);
StringCopyPaste\StringCopyPasteContent.cs (1)
56[MemberNotNullWhen(true, nameof(InterpolationExpression))]