8 implementations of StopListening
Microsoft.CodeAnalysis.EditorFeatures (3)
EditAndContinue\PdbMatchingSourceTextProvider.cs (1)
43public void StopListening(Workspace workspace)
LanguageServer\AlwaysActiveLanguageClientEventListener.cs (1)
64public void StopListening(Workspace workspace)
SolutionEvents\HostLegacySolutionEventsWorkspaceEventListener.cs (1)
61public void StopListening(Workspace workspace)
Microsoft.CodeAnalysis.LanguageServer.Protocol (2)
Features\Options\SolutionAnalyzerConfigOptionsUpdater.cs (1)
34public void StopListening(Workspace workspace)
Workspaces\LspWorkspaceRegistrationEventListener.cs (1)
28public void StopListening(Workspace workspace)
Microsoft.VisualStudio.LanguageServices (3)
DesignerAttribute\VisualStudioDesignerAttributeService.cs (1)
101void IEventListener.StopListening(Workspace workspace)
Diagnostics\VisualStudioDiagnosticAnalyzerProvider.WorkspaceEventListener.cs (1)
47public void StopListening(Workspace workspace)
Remote\VisualStudioWorkspaceServiceHubConnector.cs (1)
48public void StopListening(Workspace workspace)
1 reference to StopListening
Microsoft.CodeAnalysis.Workspaces (1)
Workspace\Host\EventListener\IWorkspaceEventListenerProvider.cs (1)
65listener.StopListening(workspace);