5 implementations of StopListening
Microsoft.CodeAnalysis.EditorFeatures (2)
EditAndContinue\PdbMatchingSourceTextProvider.cs (1)
43public void StopListening(Workspace workspace)
SolutionCrawler\HostSolutionCrawlerWorkspaceEventListener.cs (1)
33public void StopListening(Workspace workspace)
Microsoft.CodeAnalysis.LanguageServer.Protocol (2)
Features\SolutionCrawler\MiscSolutionCrawlerWorkspaceEventListener.cs (1)
31public void StopListening(Workspace workspace)
Workspaces\LspWorkspaceRegistrationEventListener.cs (1)
34public void StopListening(Workspace workspace)
Microsoft.VisualStudio.LanguageServices (1)
Remote\VisualStudioWorkspaceServiceHubConnector.cs (1)
59public void StopListening(Workspace workspace)
1 reference to StopListening
Microsoft.CodeAnalysis.Workspaces (1)
Workspace\Host\EventListener\IWorkspaceEventListenerProvider.cs (1)
92listener.StopListening(_workspace);