2 writes to _undoManager
Microsoft.VisualStudio.LanguageServices (2)
EditorConfigSettings\SettingsEditorPane.cs (2)
88if (this.TryGetService<SOleUndoManager, IOleUndoManager>(_threadingContext.JoinableTaskFactory, out _undoManager)) 250_undoManager = null;
4 references to _undoManager
Microsoft.VisualStudio.LanguageServices (4)
EditorConfigSettings\SettingsEditorPane.cs (4)
90var linkCapableUndoMgr = (IVsLinkCapableUndoManager)_undoManager; 232if (_undoManager != null) 234var linkCapableUndoMgr = (IVsLinkCapableUndoManager)_undoManager; 248var lco = (IVsLifetimeControlledObject)_undoManager;