3 writes to _activeSpan
Microsoft.CodeAnalysis.EditorFeatures (3)
InlineRename\InlineRenameSession.OpenTextBufferManager.cs (3)
198_activeSpan = _activeSpan.HasValue && spans.Contains(_activeSpan.Value) 252_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)
198_activeSpan = _activeSpan.HasValue && spans.Contains(_activeSpan.Value) 199? _activeSpan 287if (updateSelection && _activeSpan.HasValue && this.ActiveTextView != null) 290_session.UndoManager.UpdateSelection(this.ActiveTextView, _subjectBuffer, _referenceSpanToLinkedRenameSpanMap[_activeSpan.Value].TrackingSpan); 499if (_activeSpan.HasValue && _activeSpan.Value.IntersectsWith(replacement.OriginalSpan))