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)
227IAsyncResult readResult = Stream!.BeginRead(context._buffer, 0, context._buffer.Length, _readCallback, context); 262IAsyncResult readResult = Stream!.BeginRead(context._buffer, 0, context._buffer.Length, _readCallback, context);