1 write to _host
Microsoft.Extensions.Hosting.Testing (1)
FakeHost.cs (1)
27_host = host;
6 references to _host
Microsoft.Extensions.Hosting.Testing (6)
FakeHost.cs (6)
19public IServiceProvider Services => _host.Services; 74await _host.StartAsync(cancellationTokenSource.Token).ConfigureAwait(false); 81await _host.StartAsync(linkedTokenSource.Token).ConfigureAwait(false); 97await _host.StopAsync(cancellationTokenSource.Token).ConfigureAwait(false); 104await _host.StopAsync(linkedTokenSource.Token).ConfigureAwait(false); 122_host.Dispose();