3 references to _host
Aspire.Hosting.Testing (3)
DistributedApplicationTestingBuilder.cs (3)
278await _host.RunAsync(cancellationToken).ConfigureAwait(false); 285await _host.StartAsync(cancellationToken).ConfigureAwait(false); 290await _host.StopAsync(cancellationToken).ConfigureAwait(false);