22 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)
104if (IsEnabled(EventLevel.Verbose, EventKeywords.All)) 113if (IsEnabled(EventLevel.Verbose, EventKeywords.All)) 132if (IsEnabled(EventLevel.Verbose, EventKeywords.All)) 141if (IsEnabled(EventLevel.Error, EventKeywords.All)) 325if (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.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\TraceLogging\XplatEventLogger.cs (1)
160EnableEvents(eventSource, EventLevel.LogAlways, EventKeywords.All, null);