1 write to _bytesLeft
System.Net.Mail (1)
System\Net\Mime\MimePart.cs (1)
189
context.
_bytesLeft
= Stream!.EndRead(result);
2 references to _bytesLeft
System.Net.Mail (2)
System\Net\Mime\MimePart.cs (2)
190
if (context.
_bytesLeft
> 0)
192
IAsyncResult writeResult = context._outputStream!.BeginWrite(context._buffer, 0, context.
_bytesLeft
, _writeCallback, context);