1 write to _host
Microsoft.AspNetCore.SignalR.Tests.Utils (1)
src\Shared\SignalR\InProcessTestServer.cs (1)
101_host = new HostBuilder()
6 references to _host
Microsoft.AspNetCore.SignalR.Tests.Utils (6)
src\Shared\SignalR\InProcessTestServer.cs (6)
59public override IServiceProvider Services => _host.Services; 118await _host.StartAsync(cts.Token); 129_url = _host.Services.GetService<IServer>().Features.Get<IServerAddressesFeature>().Addresses.Single(); 131_lifetime = _host.Services.GetRequiredService<IHostApplicationLifetime>(); 166await _host.StopAsync(); 167_host.Dispose();