1 write to _onSendCompletedDelegate
System.Net.Mail (1)
System\Net\Mail\SmtpClient.cs (1)
102_onSendCompletedDelegate = new SendOrPostCallback(SendCompletedWaitCallback);
3 references to _onSendCompletedDelegate
System.Net.Mail (3)
System\Net\Mail\SmtpClient.cs (3)
96[MemberNotNull(nameof(_onSendCompletedDelegate))] 628_asyncOp.PostOperationCompleted(_onSendCompletedDelegate, eventArgs); 888asyncOp.PostOperationCompleted(client._onSendCompletedDelegate, eventArgs);