1 write to SnapshotAfterPaste
Microsoft.CodeAnalysis.CSharp.EditorFeatures (1)
StringCopyPaste\AbstractPasteProcessor.cs (1)
106
SnapshotAfterPaste
= snapshotAfterPaste;
7 references to SnapshotAfterPaste
Microsoft.CodeAnalysis.CSharp.EditorFeatures (7)
StringCopyPaste\AbstractPasteProcessor.cs (7)
40
/// Roslyn SourceText corresponding to <see cref="
SnapshotAfterPaste
"/>.
50
/// Roslyn document corresponding to <see cref="
SnapshotAfterPaste
"/>.
69
/// mapped forward (<see cref="MapSpanForward(TextSpan)"/>) to <see cref="
SnapshotAfterPaste
"/> in an inclusive
88
/// The set of <see cref="ITextChange"/>'s that produced <see cref="
SnapshotAfterPaste
"/> from <see
109
TextAfterPaste =
SnapshotAfterPaste
.AsText();
128
/// cref="SpanTrackingMode.EdgeInclusive"/> manner) to <see cref="
SnapshotAfterPaste
"/>.
131
=> MapSpan(span, SnapshotBeforePaste,
SnapshotAfterPaste
);