1 write to TextAfterPaste
Microsoft.CodeAnalysis.CSharp.EditorFeatures (1)
StringCopyPaste\AbstractPasteProcessor.cs (1)
108
TextAfterPaste
= SnapshotAfterPaste.AsText();
3 references to TextAfterPaste
Microsoft.CodeAnalysis.CSharp.EditorFeatures (3)
StringCopyPaste\UnknownSourcePasteProcessor.cs (3)
148
=> GetQuotesToAddToRawString(
TextAfterPaste
, TextContentsSpansAfterPaste);
152
=> GetDollarSignsToAddToRawString(
TextAfterPaste
, TextContentsSpansAfterPaste);
164
var mustBeMultiLine = RawContentMustBeMultiLine(
TextAfterPaste
, TextContentsSpansAfterPaste);