10 references to AllListeners
Aspire.Hosting.Testing (1)
DistributedApplicationEntryPointInvoker.cs (1)
74using var subscription = DiagnosticListener.AllListeners.Subscribe(this);
Aspire.Hosting.Tests (1)
Utils\TestDistributedApplicationBuilder.cs (1)
175using var subscription = DiagnosticListener.AllListeners.Subscribe(interceptor);
Aspire.Microsoft.Data.SqlClient (1)
src\Vendoring\OpenTelemetry.Instrumentation.SqlClient\Shared\DiagnosticSourceInstrumentation\DiagnosticSourceSubscriber.cs (1)
48this.allSourcesSubscription = DiagnosticListener.AllListeners.Subscribe(this);
Aspire.Microsoft.EntityFrameworkCore.SqlServer (1)
src\Vendoring\OpenTelemetry.Instrumentation.SqlClient\Shared\DiagnosticSourceInstrumentation\DiagnosticSourceSubscriber.cs (1)
48this.allSourcesSubscription = DiagnosticListener.AllListeners.Subscribe(this);
GetDocument.Insider (1)
.packages\microsoft.extensions.hostfactoryresolver.sources\10.0.0-alpha.1.24468.8\contentFiles\cs\netstandard2.0\HostFactoryResolver.cs (1)
221using var subscription = DiagnosticListener.AllListeners.Subscribe(this);
Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore (1)
DatabaseErrorPageMiddleware.cs (1)
67DiagnosticListener.AllListeners.Subscribe(this);
Microsoft.AspNetCore.Mvc.Testing (1)
.packages\microsoft.extensions.hostfactoryresolver.sources\10.0.0-alpha.1.24468.8\contentFiles\cs\netstandard2.0\HostFactoryResolver.cs (1)
221using var subscription = DiagnosticListener.AllListeners.Subscribe(this);
Microsoft.AspNetCore.TestHost (1)
.packages\microsoft.extensions.hostfactoryresolver.sources\10.0.0-alpha.1.24468.8\contentFiles\cs\netstandard2.0\HostFactoryResolver.cs (1)
221using var subscription = DiagnosticListener.AllListeners.Subscribe(this);
Microsoft.AspNetCore.Tests (1)
WebApplicationTests.cs (1)
2980_subscription0 = DiagnosticListener.AllListeners.Subscribe(this);
System.Diagnostics.DiagnosticSource (1)
System\Diagnostics\DsesFilterAndTransform.cs (1)
497_diagnosticsListenersSubscription = DiagnosticListener.AllListeners.Subscribe(new CallbackObserver<DiagnosticListener>(delegate (DiagnosticListener newListener)