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