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