3 references to AllListeners
Aspire.Hosting.Testing (2)
DistributedApplicationEntryPointInvoker.cs (2)
74using var subscription = DiagnosticListener.AllListeners.Subscribe(this); 225using var subscription = DiagnosticListener.AllListeners.Subscribe(observer);
System.Diagnostics.DiagnosticSource (1)
System\Diagnostics\DsesFilterAndTransform.cs (1)
521_diagnosticsListenersSubscription = DiagnosticListener.AllListeners.Subscribe(new CallbackObserver<DiagnosticListener>(delegate (DiagnosticListener newListener)