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();
127
return
_host
.StopAsync(cancellationToken);
142
await
_host
.StopAsync().ConfigureAwait(false);
144
await ((IAsyncDisposable)
_host
).DisposeAsync().ConfigureAwait(false);