8 references to Associate
System.Net.Mail (8)
System\Net\Mail\MailMessage.cs (2)
39if (NetEventSource.Log.IsEnabled()) NetEventSource.Associate(this, _message); 48if (NetEventSource.Log.IsEnabled()) NetEventSource.Associate(this, _message);
System\Net\Mail\MailPriority.cs (2)
192if (NetEventSource.Log.IsEnabled()) NetEventSource.Associate(this, _headers); 218if (NetEventSource.Log.IsEnabled()) NetEventSource.Associate(this, _envelopeHeaders);
System\Net\Mail\SmtpClient.cs (2)
101if (NetEventSource.Log.IsEnabled()) NetEventSource.Associate(this, _transport); 415NetEventSource.Associate(this, message);
System\Net\Mail\SmtpTransport.cs (2)
106if (NetEventSource.Log.IsEnabled()) NetEventSource.Associate(this, _connection); 125if (NetEventSource.Log.IsEnabled()) NetEventSource.Associate(this, _connection);