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