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