1 write to _workspaceEventListenerService
Microsoft.CodeAnalysis.Workspaces (1)
Workspace\Workspace_Events.cs (1)
195
_workspaceEventListenerService
??= this.Services.GetService<IWorkspaceEventListenerService>();
2 references to _workspaceEventListenerService
Microsoft.CodeAnalysis.Workspaces (2)
Workspace\Workspace.cs (1)
723
_workspaceEventListenerService
?.Stop();
Workspace\Workspace_Events.cs (1)
197
_workspaceEventListenerService
?.EnsureListeners();