1 write to readCallback
System (1)
net\System\Net\mail\MimePart.cs (1)
236readCallback = new AsyncCallback(ReadCallback);
2 references to readCallback
System (2)
net\System\Net\mail\MimePart.cs (2)
207IAsyncResult readResult = Stream.BeginRead(context.buffer, 0, context.buffer.Length, readCallback, context); 238IAsyncResult readResult = Stream.BeginRead(context.buffer, 0, context.buffer.Length,readCallback, context);