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