7 references to _selectionSpanBeforePaste
Microsoft.CodeAnalysis.CSharp.EditorFeatures (7)
StringCopyPaste\KnownSourcePasteProcessor.cs (7)
119return [new TextChange(_selectionSpanBeforePaste, builder.ToString())]; 170edit.Replace(_selectionSpanBeforePaste.ToSpan(), trivialContentEdit.NewText); 232if (beforeSelection && interpolation.Span.End > _selectionSpanBeforePaste.Start) 235if (!beforeSelection && interpolation.Span.Start < _selectionSpanBeforePaste.End) 258TextBeforePaste.GetLineAndOffset(_selectionSpanBeforePaste.Start, out var line, out var offset); 334TextBeforePaste.GetLineAndOffset(_selectionSpanBeforePaste.End, out var line, out var offset); 347return new TextChange(_selectionSpanBeforePaste, builder.ToString());