2 writes to _trackedSession
Microsoft.CodeAnalysis.EditorFeatures (2)
InlineRename\AbstractInlineRenameUndoManager.cs (2)
64_trackedSession = null; 68_trackedSession = InlineRenameService.ActiveSession;
6 references to _trackedSession
Microsoft.CodeAnalysis.EditorFeatures (6)
InlineRename\AbstractInlineRenameUndoManager.cs (6)
52if (_trackedSession is not null) 54_trackedSession.ReplacementTextChanged -= InlineRenameSession_ReplacementTextChanged; 70if (_trackedSession is not null) 72_trackedSession.ReplacementTextChanged += InlineRenameSession_ReplacementTextChanged; 78if (currentState.ReplacementText != _trackedSession.ReplacementText) 85ReplacementText = _trackedSession.ReplacementText,