1 write to _mimePartSentCallback
System.Net.Mail (1)
System\Net\Mime\MimeMultiPart.cs (1)
169_mimePartSentCallback = new AsyncCallback(MimePartSentCallback);
2 references to _mimePartSentCallback
System.Net.Mail (2)
System\Net\Mime\MimeMultiPart.cs (2)
124IAsyncResult sendResult = part.BeginSend(context._writer, _mimePartSentCallback!, _allowUnicode, context); 170IAsyncResult sendResult = part.BeginSend(context._writer, _mimePartSentCallback, _allowUnicode, context);