2 references to GetArray
Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets (2)
Internal\BufferExtensions.cs (1)
12return ((ReadOnlyMemory<byte>)memory).GetArray();
Internal\SocketSender.cs (1)
88_bufferList.Add(b.GetArray());