1 write to _trackedSession
Microsoft.CodeAnalysis.EditorFeatures (1)
InlineRename\AbstractInlineRenameUndoManager.cs (1)
55_trackedSession = InlineRenameService.ActiveSession;
6 references to _trackedSession
Microsoft.CodeAnalysis.EditorFeatures (6)
InlineRename\AbstractInlineRenameUndoManager.cs (6)
50if (_trackedSession is not null) 52_trackedSession.ReplacementTextChanged -= InlineRenameSession_ReplacementTextChanged; 57if (_trackedSession is not null) 59_trackedSession.ReplacementTextChanged += InlineRenameSession_ReplacementTextChanged; 65if (currentState.ReplacementText != _trackedSession.ReplacementText) 72ReplacementText = _trackedSession.ReplacementText,