11 implementations of StartListening
Microsoft.CodeAnalysis.EditorFeatures (4)
EditAndContinue\PdbMatchingSourceTextProvider.cs (1)
38public void StartListening(Workspace workspace, object serviceOpt)
LanguageServer\AlwaysActiveLanguageClientEventListener.cs (1)
50public void StartListening(Workspace workspace, object serviceOpt)
SolutionCrawler\HostSolutionCrawlerWorkspaceEventListener.cs (1)
25public void StartListening(Workspace workspace, object? serviceOpt)
SolutionEvents\HostLegacySolutionEventsWorkspaceEventListener.cs (1)
45public void StartListening(Workspace workspace, object? serviceOpt)
Microsoft.CodeAnalysis.LanguageServer.Protocol (2)
Features\SolutionCrawler\MiscSolutionCrawlerWorkspaceEventListener.cs (1)
25public void StartListening(Workspace workspace, object serviceOpt)
Workspaces\LspWorkspaceRegistrationEventListener.cs (1)
29public void StartListening(Workspace workspace, object _)
Microsoft.VisualStudio.LanguageServices (5)
DesignerAttribute\VisualStudioDesignerAttributeService.cs (1)
93void IEventListener<object>.StartListening(Workspace workspace, object _)
Diagnostics\VisualStudioDiagnosticAnalyzerProvider.WorkspaceEventListener.cs (1)
44public void StartListening(Workspace workspace, object serviceOpt)
Remote\VisualStudioWorkspaceServiceHubConnector.cs (1)
42public void StartListening(Workspace workspace, object serviceOpt)
TableDataSource\MiscellaneousDiagnosticListTable.cs (1)
38public void StartListening(Workspace workspace, IDiagnosticService diagnosticService)
TableDataSource\VisualStudioDiagnosticListTable.cs (1)
54public void StartListening(Workspace workspace, IDiagnosticService diagnosticService)
3 references to StartListening
Microsoft.CodeAnalysis.Workspaces (3)
Workspace\Host\EventListener\EventListenerTracker.cs (1)
47listener.StartListening(workspace, serviceOpt);
Workspace\Host\EventListener\IWorkspaceEventListenerProvider.cs (2)
16/// Ensure <see cref="IEventListener{TService}.StartListening(Workspace, TService)"/> is called for the workspace 76listener.StartListening(_workspace, serviceOpt: null);