1 write to _selectionSpanBeforePaste
Microsoft.CodeAnalysis.CSharp.EditorFeatures (1)
StringCopyPaste\KnownSourcePasteProcessor.cs (1)
57_selectionSpanBeforePaste = selectionSpanBeforePaste;
7 references to _selectionSpanBeforePaste
Microsoft.CodeAnalysis.CSharp.EditorFeatures (7)
StringCopyPaste\KnownSourcePasteProcessor.cs (7)
131return ImmutableArray.Create(new TextChange(_selectionSpanBeforePaste, builder.ToString())); 182edit.Replace(_selectionSpanBeforePaste.ToSpan(), trivialContentEdit.NewText); 244if (beforeSelection && interpolation.Span.End > _selectionSpanBeforePaste.Start) 247if (!beforeSelection && interpolation.Span.Start < _selectionSpanBeforePaste.End) 270TextBeforePaste.GetLineAndOffset(_selectionSpanBeforePaste.Start, out var line, out var offset); 346TextBeforePaste.GetLineAndOffset(_selectionSpanBeforePaste.End, out var line, out var offset); 359return new TextChange(_selectionSpanBeforePaste, builder.ToString());