1 instantiation of EmptySendContext
System (1)
net\System\Net\mail\Message.cs (1)
278IAsyncResult newResult = writer.BeginGetContentStream(EmptySendCallback, new EmptySendContext(writer,result));
2 references to EmptySendContext
System (2)
net\System\Net\mail\Message.cs (2)
247EmptySendContext context = (EmptySendContext)result.AsyncState;