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