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