1 write to TextContentsSpansAfterPaste
Microsoft.CodeAnalysis.CSharp.EditorFeatures (1)
StringCopyPaste\AbstractPasteProcessor.cs (1)
121TextContentsSpansAfterPaste = StringExpressionBeforePasteInfo.ContentSpans.SelectAsArray(MapSpanForward);
3 references to TextContentsSpansAfterPaste
Microsoft.CodeAnalysis.CSharp.EditorFeatures (3)
StringCopyPaste\UnknownSourcePasteProcessor.cs (3)
155=> GetQuotesToAddToRawString(TextAfterPaste, TextContentsSpansAfterPaste); 159=> GetDollarSignsToAddToRawString(TextAfterPaste, TextContentsSpansAfterPaste); 171var mustBeMultiLine = RawContentMustBeMultiLine(TextAfterPaste, TextContentsSpansAfterPaste);