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