3 references to _pastedTextSpanKey
Microsoft.CodeAnalysis.EditorFeatures (3)
PasteTracking\PasteTrackingService.cs (3)
36return textBuffer.Properties.TryGetProperty(_pastedTextSpanKey, out textSpan); 49textBuffer.Properties[_pastedTextSpanKey] = textSpan; 57textBuffer.Properties.RemoveProperty(_pastedTextSpanKey);