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