8 references to HasHandlers
Microsoft.CodeAnalysis.LanguageServer.Protocol (3)
Features\Diagnostics\DiagnosticAnalyzerService_UpdateSource.cs (3)
47if (ev.HasHandlers) 57if (ev.HasHandlers) 72if (ev.HasHandlers)
Microsoft.CodeAnalysis.Workspaces (5)
EventMap.cs (1)
170if (this.HasHandlers)
Workspace\Workspace_Events.cs (4)
63if (ev.HasHandlers) 100if (ev.HasHandlers) 153if (ev.HasHandlers && document != null) 228if (ev.HasHandlers && sourceTextContainer != null && oldActiveContextDocumentId != null && newActiveContextDocumentId != null)