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