2 implementations of GetMemory
InMemory.FunctionalTests (1)
Http3\WebTransport\WebTransportTestUtilities.cs (1)
126
public Memory<byte>
GetMemory
(int sizeHint = 0)
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\Http\HttpProtocol.cs (1)
1498
public Memory<byte>
GetMemory
(int sizeHint = 0)
1 reference to GetMemory
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\Http\HttpResponsePipeWriter.cs (1)
55
return _pipeControl.
GetMemory
(sizeHint);