1 write to _inMemoryTestServer
InMemory.FunctionalTests (1)
TestTransport\InMemoryHttpClientSlim.cs (1)
26
_inMemoryTestServer
= testServer;
2 references to _inMemoryTestServer
InMemory.FunctionalTests (2)
TestTransport\InMemoryHttpClientSlim.cs (2)
34
using (var connection =
_inMemoryTestServer
.CreateConnection())
73
using (var connection =
_inMemoryTestServer
.CreateConnection())