1 implementation of GetListener
Microsoft.CodeAnalysis.Workspaces (1)
Workspace\Host\TaskScheduler\WorkspaceAsynchronousOperationListenerProvider.cs (1)
20public IAsynchronousOperationListener GetListener()
2 references to GetListener
Microsoft.CodeAnalysis.Workspaces (2)
Workspace\ProjectSystem\ProjectSystemProjectFactory.cs (1)
90WorkspaceListener = this.SolutionServices.GetRequiredService<IWorkspaceAsynchronousOperationListenerProvider>().GetListener();
Workspace\Workspace.cs (1)
83_asyncOperationListener = listenerProvider.GetListener();