7 references to AllListeners
Aspire.Hosting.Testing (2)
DistributedApplicationEntryPointInvoker.cs (2)
74
using var subscription = DiagnosticListener.
AllListeners
.Subscribe(this);
225
using var subscription = DiagnosticListener.
AllListeners
.Subscribe(observer);
GetDocument.Insider (1)
src\aspnetcore\artifacts\.packages\microsoft.extensions.hostfactoryresolver.sources\11.0.0-preview.6.26317.109\contentFiles\cs\netstandard2.0\HostFactoryResolver.cs (1)
231
using var subscription = DiagnosticListener.
AllListeners
.Subscribe(this);
Microsoft.AspNetCore.Components.Testing (1)
Infrastructure\TestReadinessHostingStartup.cs (1)
75
DiagnosticListener.
AllListeners
.Subscribe(
Microsoft.AspNetCore.Mvc.Testing (1)
src\aspnetcore\artifacts\.packages\microsoft.extensions.hostfactoryresolver.sources\11.0.0-preview.6.26317.109\contentFiles\cs\netstandard2.0\HostFactoryResolver.cs (1)
231
using var subscription = DiagnosticListener.
AllListeners
.Subscribe(this);
Microsoft.AspNetCore.TestHost (1)
src\aspnetcore\artifacts\.packages\microsoft.extensions.hostfactoryresolver.sources\11.0.0-preview.6.26317.109\contentFiles\cs\netstandard2.0\HostFactoryResolver.cs (1)
231
using 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)