8 references to AllListeners
Aspire.Hosting.Testing (2)
DistributedApplicationEntryPointInvoker.cs (2)
74using var subscription = DiagnosticListener.AllListeners.Subscribe(this); 225using var subscription = DiagnosticListener.AllListeners.Subscribe(observer);
GetDocument.Insider (1)
src\fd203c1db06d0c5a\HostFactoryResolver.cs (1)
231using var subscription = DiagnosticListener.AllListeners.Subscribe(this);
Microsoft.AspNetCore.Components.Testing (1)
Infrastructure\TestReadinessHostingStartup.cs (1)
75DiagnosticListener.AllListeners.Subscribe(
Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore (1)
DatabaseErrorPageMiddleware.cs (1)
67DiagnosticListener.AllListeners.Subscribe(this);
Microsoft.AspNetCore.Mvc.Testing (1)
src\fd203c1db06d0c5a\HostFactoryResolver.cs (1)
231using var subscription = DiagnosticListener.AllListeners.Subscribe(this);
Microsoft.AspNetCore.TestHost (1)
src\fd203c1db06d0c5a\HostFactoryResolver.cs (1)
231using var subscription = DiagnosticListener.AllListeners.Subscribe(this);
System.Diagnostics.DiagnosticSource (1)
System\Diagnostics\DsesFilterAndTransform.cs (1)
513_diagnosticsListenersSubscription = DiagnosticListener.AllListeners.Subscribe(new CallbackObserver<DiagnosticListener>(delegate (DiagnosticListener newListener)