3 references to _host
Aspire.Hosting.Testing (3)
DistributedApplicationTestingBuilder.cs (3)
272await _host.RunAsync(cancellationToken).ConfigureAwait(false); 279await _host.StartAsync(cancellationToken).ConfigureAwait(false); 284await _host.StopAsync(cancellationToken).ConfigureAwait(false);