1 write to InterpolationExpression
Microsoft.CodeAnalysis.CSharp.EditorFeatures (1)
StringCopyPaste\StringCopyPasteContent.cs (1)
55
InterpolationExpression
= interpolationExpression;
4 references to InterpolationExpression
Microsoft.CodeAnalysis.CSharp.EditorFeatures (4)
StringCopyPaste\KnownSourcePasteProcessor.cs (3)
106
builder.Append(EscapeForNonRawStringLiteral(content.
InterpolationExpression
));
113
builder.Append(content.
InterpolationExpression
);
323
builder.Append(content.
InterpolationExpression
);
StringCopyPaste\StringCopyPasteContent.cs (1)
65
[MemberNotNullWhen(true, nameof(
InterpolationExpression
))]