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); 2144BytesTransferred = bytesSent 2172BytesTransferred = bytesSent
3 references to BytesTransferred
System.Net.Sockets (3)
System\Net\Sockets\SocketAsyncContext.Unix.cs (3)
701Callback!(BytesTransferred, ErrorCode); 2149bytesSent = operation.BytesTransferred; 2177bytesSent = operation.BytesTransferred;