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