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