8 implementations of StartListening
Microsoft.CodeAnalysis.EditorFeatures (3)
EditAndContinue\PdbMatchingSourceTextProvider.cs (1)
36public void StartListening(Workspace workspace)
LanguageServer\AlwaysActiveLanguageClientEventListener.cs (1)
41public void StartListening(Workspace workspace)
SolutionEvents\HostLegacySolutionEventsWorkspaceEventListener.cs (1)
53public void StartListening(Workspace workspace)
Microsoft.CodeAnalysis.LanguageServer.Protocol (2)
Features\Options\SolutionAnalyzerConfigOptionsUpdater.cs (1)
31public void StartListening(Workspace workspace)
Workspaces\LspWorkspaceRegistrationEventListener.cs (1)
25public void StartListening(Workspace workspace)
Microsoft.VisualStudio.LanguageServices (3)
DesignerAttribute\VisualStudioDesignerAttributeService.cs (1)
92void IEventListener.StartListening(Workspace workspace)
Diagnostics\VisualStudioDiagnosticAnalyzerProvider.WorkspaceEventListener.cs (1)
36public void StartListening(Workspace workspace)
Remote\VisualStudioWorkspaceServiceHubConnector.cs (1)
33public void StartListening(Workspace workspace)
2 references to StartListening
Microsoft.CodeAnalysis.Workspaces (2)
Workspace\Host\EventListener\IWorkspaceEventListenerProvider.cs (2)
14/// Ensure <see cref="IEventListener.StartListening"/> is called for the workspace 54listener.StartListening(workspace);