3 writes to BytesTransferred
System.Net.Sockets (3)
System\Net\Sockets\SocketAsyncContext.Unix.cs (3)
704SocketPal.TryCompleteSendFile(context._socket, FileHandle, ref Offset, ref Count, ref BytesTransferred, out ErrorCode); 2118BytesTransferred = bytesSent 2146BytesTransferred = bytesSent
3 references to BytesTransferred
System.Net.Sockets (3)
System\Net\Sockets\SocketAsyncContext.Unix.cs (3)
701Callback!(BytesTransferred, ErrorCode); 2123bytesSent = operation.BytesTransferred; 2151bytesSent = operation.BytesTransferred;