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)
196if (NetEventSource.Log.IsEnabled()) NetEventSource.Associate(this, _headers); 222if (NetEventSource.Log.IsEnabled()) NetEventSource.Associate(this, _envelopeHeaders);
System\Net\Mail\SmtpClient.cs (2)
94if (NetEventSource.Log.IsEnabled()) NetEventSource.Associate(this, _transport); 421NetEventSource.Associate(this, message);
System\Net\Mail\SmtpTransport.cs (1)
101if (NetEventSource.Log.IsEnabled()) NetEventSource.Associate(this, _connection);