1 write to TextAfterPaste
Microsoft.CodeAnalysis.CSharp.EditorFeatures (1)
StringCopyPaste\AbstractPasteProcessor.cs (1)
108TextAfterPaste = SnapshotAfterPaste.AsText();
4 references to TextAfterPaste
Microsoft.CodeAnalysis.CSharp.EditorFeatures (4)
StringCopyPaste\UnknownSourcePasteProcessor.cs (4)
147=> GetQuotesToAddToRawString(TextAfterPaste, TextContentsSpansAfterPaste); 151=> GetDollarSignsToAddToRawString(TextAfterPaste, TextContentsSpansAfterPaste); 163var mustBeMultiLine = RawContentMustBeMultiLine(TextAfterPaste, TextContentsSpansAfterPaste); 175var commonIndentationPrefix = SpansContainsNewLine(TextAfterPaste, TextContentsSpansAfterPaste)