1 write to _readCallback
System.Net.Mail (1)
System\Net\Mime\MimePart.cs (1)
260
_readCallback
= new AsyncCallback(ReadCallback);
2 references to _readCallback
System.Net.Mail (2)
System\Net\Mime\MimePart.cs (2)
227
IAsyncResult readResult = Stream!.BeginRead(context._buffer, 0, context._buffer.Length,
_readCallback
, context);
262
IAsyncResult readResult = Stream!.BeginRead(context._buffer, 0, context._buffer.Length,
_readCallback
, context);