3 writes to BytesTransferred
System.Net.Sockets (3)
System\Net\Sockets\SocketAsyncContext.Unix.cs (3)
706SocketPal.TryCompleteSendFile(context._socket, FileHandle, ref Offset, ref Count, ref BytesTransferred, out ErrorCode); 2181BytesTransferred = bytesSent 2209BytesTransferred = bytesSent
3 references to BytesTransferred
System.Net.Sockets (3)
System\Net\Sockets\SocketAsyncContext.Unix.cs (3)
703Callback!(BytesTransferred, ErrorCode); 2186bytesSent = operation.BytesTransferred; 2214bytesSent = operation.BytesTransferred;