1 write to _undoHistoryRegistry
Microsoft.VisualStudio.LanguageServices (1)
Workspace\GlobalUndoServiceFactory.cs (1)
54
_undoHistoryRegistry
= undoHistoryRegistry;
1 reference to _undoHistoryRegistry
Microsoft.VisualStudio.LanguageServices (1)
Workspace\GlobalUndoServiceFactory.cs (1)
72
var transaction = new WorkspaceUndoTransaction(_threadingContext,
_undoHistoryRegistry
, _undoManager, workspace, description, this);