2 references to GetSpan
Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets (2)
src\Shared\Buffers.MemoryPool\UnmanagedBufferAllocator.cs (2)
53
Span<byte> alloc =
GetSpan
(toAlloc, out bool mustCommit);
89
Span<byte> buffer =
GetSpan
(maxAlloc, out bool mustCommit);