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