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