3 writes to _activeSpan
Microsoft.CodeAnalysis.EditorFeatures (3)
InlineRename\InlineRenameSession.OpenTextBufferManager.cs (3)
197_activeSpan = _activeSpan.HasValue && spans.Contains(_activeSpan.Value) 251_activeSpan = _referenceSpanToLinkedRenameSpanMap.Where(kvp => kvp.Value.TrackingSpan.GetSpan(args.After).Contains(boundingIntersectionSpan)).Single().Key; 501_activeSpan = null;
7 references to _activeSpan
Microsoft.CodeAnalysis.EditorFeatures (7)
InlineRename\InlineRenameSession.OpenTextBufferManager.cs (7)
197_activeSpan = _activeSpan.HasValue && spans.Contains(_activeSpan.Value) 198? _activeSpan 286if (updateSelection && _activeSpan.HasValue && this.ActiveTextView != null) 289_session.UndoManager.UpdateSelection(this.ActiveTextView, _subjectBuffer, _referenceSpanToLinkedRenameSpanMap[_activeSpan.Value].TrackingSpan); 499if (_activeSpan.HasValue && _activeSpan.Value.IntersectsWith(replacement.OriginalSpan))