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