1 instantiation of EmptySendContext
System.Net.Mail (1)
System\Net\Mail\MailPriority.cs (1)
289IAsyncResult newResult = writer.BeginGetContentStream(EmptySendCallback, new EmptySendContext(writer, result));
2 references to EmptySendContext
System.Net.Mail (2)
System\Net\Mail\MailPriority.cs (2)
252EmptySendContext context = (EmptySendContext)result.AsyncState!;