1 write to Length
System.Net.Sockets (1)
System\Net\Sockets\SocketAsyncContext.Unix.cs (1)
1640Length = buffer.Length,
1 reference to Length
System.Net.Sockets (1)
System\Net\Sockets\SocketAsyncContext.Unix.cs (1)
547bool completed = SocketPal.TryCompleteReceiveFrom(context._socket, new Span<byte>(BufferPtr, Length), null, Flags, SocketAddress.Span, out int socketAddressLen, out BytesTransferred, out ReceivedFlags, out ErrorCode);