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