1 instantiation of EntryPointInvoker
Aspire.Hosting.Testing (1)
DistributedApplicationEntryPointInvoker.cs (1)
32var invoker = new EntryPointInvoker(
3 references to EntryPointInvoker
Aspire.Hosting.Testing (3)
DistributedApplicationEntryPointInvoker.cs (3)
32var invoker = new EntryPointInvoker( 45private static readonly AsyncLocal<EntryPointInvoker> s_currentListener = new(); 158private sealed class ApplicationBuilderDiagnosticListener(EntryPointInvoker owner) : IObserver<KeyValuePair<string, object?>>