1 write to _memoryPool
InMemory.FunctionalTests (1)
TestTransport\TestServer.cs (1)
73
_memoryPool
= context.MemoryPoolFactory();
2 references to _memoryPool
InMemory.FunctionalTests (2)
TestTransport\TestServer.cs (2)
118
var transportConnection = new InMemoryTransportConnection(
_memoryPool
, Context.Log, Context.Scheduler);
145
_memoryPool
.Dispose();