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