1 write to _sharedMemory
InMemory.FunctionalTests (1)
Http3\WebTransport\WebTransportTestUtilities.cs (1)
107
_sharedMemory
= sharedMemory;
2 references to _sharedMemory
InMemory.FunctionalTests (2)
Http3\WebTransport\WebTransportTestUtilities.cs (2)
128
if (
_sharedMemory
is null)
132
return (Memory<byte>)
_sharedMemory
;