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