29 references to All
Aspire.Microsoft.Data.SqlClient (3)
src\Vendoring\OpenTelemetry.Instrumentation.SqlClient\Implementation\SqlClientInstrumentationEventSource.cs (3)
20if (this.IsEnabled(EventLevel.Error, EventKeywords.All)) 53if (this.IsEnabled(EventLevel.Error, EventKeywords.All)) 74if (this.IsEnabled(EventLevel.Error, EventKeywords.All))
Aspire.Microsoft.EntityFrameworkCore.SqlServer (3)
src\Vendoring\OpenTelemetry.Instrumentation.SqlClient\Implementation\SqlClientInstrumentationEventSource.cs (3)
20if (this.IsEnabled(EventLevel.Error, EventKeywords.All)) 53if (this.IsEnabled(EventLevel.Error, EventKeywords.All)) 74if (this.IsEnabled(EventLevel.Error, EventKeywords.All))
Http3SampleApp (1)
src\Shared\HttpClient\HttpEventSourceListener.cs (1)
33EnableEvents(eventSource, EventLevel.LogAlways, EventKeywords.All);
Interop.FunctionalTests (1)
src\Shared\HttpClient\HttpEventSourceListener.cs (1)
33EnableEvents(eventSource, EventLevel.LogAlways, EventKeywords.All);
InteropClient (1)
src\Shared\HttpClient\HttpEventSourceListener.cs (1)
33EnableEvents(eventSource, EventLevel.LogAlways, EventKeywords.All);
Microsoft.AspNetCore.InternalTesting (1)
Tracing\CollectingEventListener.cs (1)
38public void CollectFrom(EventSource eventSource) => EnableEvents(eventSource, EventLevel.Verbose, EventKeywords.All);
Microsoft.AspNetCore.Server.Kestrel.Transport.Quic.Tests (1)
src\Shared\HttpClient\HttpEventSourceListener.cs (1)
33EnableEvents(eventSource, EventLevel.LogAlways, 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)
99if (IsEnabled(EventLevel.Verbose, EventKeywords.All)) 108if (IsEnabled(EventLevel.Verbose, EventKeywords.All)) 127if (IsEnabled(EventLevel.Verbose, EventKeywords.All)) 136if (IsEnabled(EventLevel.Error, EventKeywords.All)) 307if (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)) 177if (IsEnabled(EventLevel.Informational, EventKeywords.All)) 186if (IsEnabled(EventLevel.Informational, EventKeywords.All))
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\TraceLogging\XplatEventLogger.cs (1)
160EnableEvents(eventSource, EventLevel.LogAlways, EventKeywords.All, null);