1 implementation of GetListener
Microsoft.CodeAnalysis.Workspaces (1)
Workspace\Host\TaskScheduler\WorkspaceAsynchronousOperationListenerProvider.cs (1)
20
public IAsynchronousOperationListener
GetListener
()
4 references to GetListener
Microsoft.CodeAnalysis.EditorFeatures (1)
EditorConfigSettings\Updater\SettingsUpdaterBase.cs (1)
29
_listener = workspace.Services.GetRequiredService<IWorkspaceAsynchronousOperationListenerProvider>().
GetListener
();
Microsoft.CodeAnalysis.Workspaces (2)
Workspace\ProjectSystem\ProjectSystemProjectFactory.cs (1)
91
WorkspaceListener = this.SolutionServices.GetRequiredService<IWorkspaceAsynchronousOperationListenerProvider>().
GetListener
();
Workspace\Workspace.cs (1)
83
_asyncOperationListener = listenerProvider.
GetListener
();
Microsoft.VisualStudio.LanguageServices (1)
ProjectSystem\VisualStudioWorkspaceImpl.cs (1)
131
_workspaceListener = Services.GetRequiredService<IWorkspaceAsynchronousOperationListenerProvider>().
GetListener
();