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