2 writes to _currentSpans
Microsoft.CodeAnalysis.EditorFeatures (2)
InlineRename\Taggers\AbstractRenameTagger.cs (2)
68
_currentSpans
= null;
74
_currentSpans
= _bufferManager.GetRenameTrackingSpans();
1 reference to _currentSpans
Microsoft.CodeAnalysis.EditorFeatures (1)
InlineRename\Taggers\AbstractRenameTagger.cs (1)
103
var renameSpans =
_currentSpans
;