1 write to _host
InMemory.FunctionalTests (1)
TestTransport\TestServer.cs (1)
106_host = hostBuilder.Build();
4 references to _host
InMemory.FunctionalTests (4)
TestTransport\TestServer.cs (4)
107_host.Start(); 127return _host.StopAsync(cancellationToken); 142await _host.StopAsync().ConfigureAwait(false); 144await ((IAsyncDisposable)_host).DisposeAsync().ConfigureAwait(false);