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)
102var renameSpans = _currentSpans;