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