2 writes to _trackedSession
Microsoft.CodeAnalysis.EditorFeatures (2)
InlineRename\AbstractInlineRenameUndoManager.cs (2)
65_trackedSession = null; 69_trackedSession = InlineRenameService.ActiveSession;
6 references to _trackedSession
Microsoft.CodeAnalysis.EditorFeatures (6)
InlineRename\AbstractInlineRenameUndoManager.cs (6)
53if (_trackedSession is not null) 55_trackedSession.ReplacementTextChanged -= InlineRenameSession_ReplacementTextChanged; 71if (_trackedSession is not null) 73_trackedSession.ReplacementTextChanged += InlineRenameSession_ReplacementTextChanged; 79if (currentState.ReplacementText != _trackedSession.ReplacementText) 86ReplacementText = _trackedSession.ReplacementText,