19 references to All
Aspire.TerminalHost (1)
TerminalHostApp.cs (1)
466EnableEvents(eventSource, EventLevel.Warning, EventKeywords.All);
Microsoft.AspNetCore.InternalTesting (1)
Tracing\CollectingEventListener.cs (1)
38public void CollectFrom(EventSource eventSource) => EnableEvents(eventSource, EventLevel.Verbose, EventKeywords.All);
Microsoft.Extensions.Caching.Hybrid.Tests (1)
TestEventListener.cs (1)
53EnableEvents(Source, EventLevel.LogAlways, EventKeywords.All, args);
Microsoft.Extensions.DependencyInjection (5)
DependencyInjectionEventSource.cs (5)
107if (IsEnabled(EventLevel.Verbose, EventKeywords.All)) 116if (IsEnabled(EventLevel.Verbose, EventKeywords.All)) 135if (IsEnabled(EventLevel.Verbose, EventKeywords.All)) 144if (IsEnabled(EventLevel.Error, EventKeywords.All)) 328if (source.IsEnabled(EventLevel.Verbose, EventKeywords.All))
Microsoft.Extensions.Telemetry.Tests (4)
Http\TestEventSource.cs (4)
21if (IsEnabled(EventLevel.Warning, EventKeywords.All)) 30if (IsEnabled(EventLevel.Error, EventKeywords.All)) 39if (IsEnabled(EventLevel.Critical, EventKeywords.All)) 48if (IsEnabled(EventLevel.Verbose, EventKeywords.All))
System.Net.Sockets (7)
System\Net\Sockets\SocketsTelemetry.cs (7)
44if (IsEnabled(EventLevel.Informational, EventKeywords.All)) 53if (IsEnabled(EventLevel.Error, EventKeywords.All)) 68if (IsEnabled(EventLevel.Informational, EventKeywords.All)) 77if (IsEnabled(EventLevel.Error, EventKeywords.All)) 88if (IsEnabled(EventLevel.Informational, EventKeywords.All)) 184if (IsEnabled(EventLevel.Informational, EventKeywords.All)) 193if (IsEnabled(EventLevel.Informational, EventKeywords.All))