1 instantiation of DelegatedHost
Aspire.Hosting.Testing (1)
DistributedApplicationTestingBuilder.cs (1)
228return new DelegatedDistributedApplication(new DelegatedHost(factory, innerApp));
2 references to DelegatedHost
Aspire.Hosting.Testing (2)
DistributedApplicationTestingBuilder.cs (2)
244private sealed class DelegatedDistributedApplication(DelegatedHost host) : DistributedApplication(host) 246private readonly DelegatedHost _host = host;