1 write to SnapshotAfterPaste
Microsoft.CodeAnalysis.CSharp.EditorFeatures (1)
StringCopyPaste\AbstractPasteProcessor.cs (1)
111SnapshotAfterPaste = snapshotAfterPaste;
7 references to SnapshotAfterPaste
Microsoft.CodeAnalysis.CSharp.EditorFeatures (7)
StringCopyPaste\AbstractPasteProcessor.cs (7)
45/// Roslyn SourceText corresponding to <see cref="SnapshotAfterPaste"/>. 55/// Roslyn document corresponding to <see cref="SnapshotAfterPaste"/>. 74/// mapped forward (<see cref="MapSpanForward(TextSpan)"/>) to <see cref="SnapshotAfterPaste"/> in an inclusive 93/// The set of <see cref="ITextChange"/>'s that produced <see cref="SnapshotAfterPaste"/> from <see 114TextAfterPaste = SnapshotAfterPaste.AsText(); 133/// cref="SpanTrackingMode.EdgeInclusive"/> manner) to <see cref="SnapshotAfterPaste"/>. 136=> MapSpan(span, SnapshotBeforePaste, SnapshotAfterPaste);