1 write to StringExpressionBeforePaste
Microsoft.CodeAnalysis.CSharp.EditorFeatures (1)
StringCopyPaste\AbstractPasteProcessor.cs (1)
114
StringExpressionBeforePaste
= stringExpressionBeforePaste;
4 references to StringExpressionBeforePaste
Microsoft.CodeAnalysis.CSharp.EditorFeatures (4)
StringCopyPaste\AbstractPasteProcessor.cs (4)
62
/// Information about the relevant pieces of <see cref="
StringExpressionBeforePaste
"/> (like where its
140
Contract.ThrowIfFalse(IsAnyRawStringExpression(
StringExpressionBeforePaste
));
155
Contract.ThrowIfFalse(IsAnyRawStringExpression(
StringExpressionBeforePaste
));
158
if (
StringExpressionBeforePaste
is not InterpolatedStringExpressionSyntax)