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