7 references to _selectionSpanBeforePaste
Microsoft.CodeAnalysis.CSharp.EditorFeatures (7)
StringCopyPaste\KnownSourcePasteProcessor.cs (7)
118return [new TextChange(_selectionSpanBeforePaste, builder.ToString())]; 169edit.Replace(_selectionSpanBeforePaste.ToSpan(), trivialContentEdit.NewText); 231if (beforeSelection && interpolation.Span.End > _selectionSpanBeforePaste.Start) 234if (!beforeSelection && interpolation.Span.Start < _selectionSpanBeforePaste.End) 257TextBeforePaste.GetLineAndOffset(_selectionSpanBeforePaste.Start, out var line, out var offset); 333TextBeforePaste.GetLineAndOffset(_selectionSpanBeforePaste.End, out var line, out var offset); 346return new TextChange(_selectionSpanBeforePaste, builder.ToString());