8 implementations of StartListening
Microsoft.CodeAnalysis.EditorFeatures (3)
EditAndContinue\PdbMatchingSourceTextProvider.cs (1)
36
public void
StartListening
(Workspace workspace)
LanguageServer\AlwaysActiveLanguageClientEventListener.cs (1)
41
public void
StartListening
(Workspace workspace)
SolutionEvents\HostLegacySolutionEventsWorkspaceEventListener.cs (1)
53
public void
StartListening
(Workspace workspace)
Microsoft.CodeAnalysis.LanguageServer.Protocol (2)
Features\Options\SolutionAnalyzerConfigOptionsUpdater.cs (1)
31
public void
StartListening
(Workspace workspace)
Workspaces\LspWorkspaceRegistrationEventListener.cs (1)
25
public void
StartListening
(Workspace workspace)
Microsoft.VisualStudio.LanguageServices (3)
DesignerAttribute\VisualStudioDesignerAttributeService.cs (1)
92
void IEventListener.
StartListening
(Workspace workspace)
Diagnostics\VisualStudioDiagnosticAnalyzerProvider.WorkspaceEventListener.cs (1)
36
public void
StartListening
(Workspace workspace)
Remote\VisualStudioWorkspaceServiceHubConnector.cs (1)
33
public 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
54
listener.
StartListening
(workspace);