1 write to StringExpressionBeforePaste
Microsoft.CodeAnalysis.CSharp.EditorFeatures (1)
StringCopyPaste\AbstractPasteProcessor.cs (1)
113StringExpressionBeforePaste = 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 139Contract.ThrowIfFalse(IsAnyRawStringExpression(StringExpressionBeforePaste)); 154Contract.ThrowIfFalse(IsAnyRawStringExpression(StringExpressionBeforePaste)); 157if (StringExpressionBeforePaste is not InterpolatedStringExpressionSyntax)