7 references to Associate
System.Net.Mail (7)
System\Net\Mail\MailMessage.cs (2)
41if (NetEventSource.Log.IsEnabled()) NetEventSource.Associate(this, _message); 50if (NetEventSource.Log.IsEnabled()) NetEventSource.Associate(this, _message);
System\Net\Mail\MailPriority.cs (2)
193if (NetEventSource.Log.IsEnabled()) NetEventSource.Associate(this, _headers); 219if (NetEventSource.Log.IsEnabled()) NetEventSource.Associate(this, _envelopeHeaders);
System\Net\Mail\SmtpClient.cs (2)
95if (NetEventSource.Log.IsEnabled()) NetEventSource.Associate(this, _transport); 456NetEventSource.Associate(this, message);
System\Net\Mail\SmtpTransport.cs (1)
121if (NetEventSource.Log.IsEnabled()) NetEventSource.Associate(this, _connection);