3 references to _host
Aspire.Hosting.Testing (3)
DistributedApplicationTestingBuilder.cs (3)
252await _host.RunAsync(cancellationToken).ConfigureAwait(false); 259await _host.StartAsync(cancellationToken).ConfigureAwait(false); 264await _host.StopAsync(cancellationToken).ConfigureAwait(false);