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