2 references to RemovePastedTextSpan
Microsoft.CodeAnalysis.EditorFeatures (2)
PasteTracking\PasteTrackingService.cs (2)
50
textBuffer.Changed +=
RemovePastedTextSpan
;
56
textBuffer.Changed -=
RemovePastedTextSpan
;