1 write to _host
Microsoft.AspNetCore.Hosting.Tests (1)
Fakes\GenericWebHost.cs (1)
17_host = host;
5 references to _host
Microsoft.AspNetCore.Hosting.Tests (5)
Fakes\GenericWebHost.cs (5)
22public IServiceProvider Services => _host.Services; 24public void Dispose() => _host.Dispose(); 26public void Start() => _host.Start(); 28public Task StartAsync(CancellationToken cancellationToken = default) => _host.StartAsync(cancellationToken); 30public Task StopAsync(CancellationToken cancellationToken = default) => _host.StopAsync(cancellationToken);