1 instantiation of WorkspaceEventRestorer
Microsoft.VisualStudio.LanguageServices.New.IntegrationTests (1)
InProcess\EditorVerifierInProcess.cs (1)
307return new WorkspaceEventRestorer(workspace, eventHandler);
2 references to WorkspaceEventRestorer
Microsoft.VisualStudio.LanguageServices.New.IntegrationTests (2)
InProcess\EditorVerifierInProcess.cs (2)
166using var workspaceEventRestorer = WithWorkspaceChangedHandler(workspace, WorkspaceChangedHandler); 304private static WorkspaceEventRestorer WithWorkspaceChangedHandler(Workspace workspace, EventHandler<WorkspaceChangeEventArgs> eventHandler)