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