1 write to SnapshotAfterPaste
Microsoft.CodeAnalysis.CSharp.EditorFeatures (1)
StringCopyPaste\AbstractPasteProcessor.cs (1)
105SnapshotAfterPaste = snapshotAfterPaste;
7 references to SnapshotAfterPaste
Microsoft.CodeAnalysis.CSharp.EditorFeatures (7)
StringCopyPaste\AbstractPasteProcessor.cs (7)
39/// Roslyn SourceText corresponding to <see cref="SnapshotAfterPaste"/>. 49/// Roslyn document corresponding to <see cref="SnapshotAfterPaste"/>. 68/// mapped forward (<see cref="MapSpanForward(TextSpan)"/>) to <see cref="SnapshotAfterPaste"/> in an inclusive 87/// The set of <see cref="ITextChange"/>'s that produced <see cref="SnapshotAfterPaste"/> from <see 108TextAfterPaste = SnapshotAfterPaste.AsText(); 127/// cref="SpanTrackingMode.EdgeInclusive"/> manner) to <see cref="SnapshotAfterPaste"/>. 130=> MapSpan(span, SnapshotBeforePaste, SnapshotAfterPaste);