9 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)
.packages\microsoft.extensions.hostfactoryresolver.sources\11.0.0-preview.3.26153.117\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\11.0.0-preview.3.26153.117\contentFiles\cs\netstandard2.0\HostFactoryResolver.cs (1)
221using var subscription = DiagnosticListener.AllListeners.Subscribe(this);
Microsoft.AspNetCore.TestHost (1)
.packages\microsoft.extensions.hostfactoryresolver.sources\11.0.0-preview.3.26153.117\contentFiles\cs\netstandard2.0\HostFactoryResolver.cs (1)
221using var subscription = DiagnosticListener.AllListeners.Subscribe(this);
Microsoft.AspNetCore.Tests (1)
WebApplicationTests.cs (1)
2982_subscription0 = DiagnosticListener.AllListeners.Subscribe(this);
Microsoft.Extensions.Validation.GeneratorTests (1)
ValidationsGeneratorTestBase.cs (1)
418using var subscription = DiagnosticListener.AllListeners.Subscribe(this);
System.Diagnostics.DiagnosticSource (1)
System\Diagnostics\DsesFilterAndTransform.cs (1)
521_diagnosticsListenersSubscription = DiagnosticListener.AllListeners.Subscribe(new CallbackObserver<DiagnosticListener>(delegate (DiagnosticListener newListener)