1 reference to AllocAsPointer
Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets (1)
src\Shared\Buffers.MemoryPool\UnmanagedBufferAllocator.cs (1)
73
return new Span<T>(
AllocAsPointer
<T>(count), count);