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