14 references to Info
System.Net.Mail (14)
src\libraries\Common\src\System\Net\ContextAwareResult.cs (5)
280if (NetEventSource.Log.IsEnabled()) NetEventSource.Info(this, "starting identity capture"); 288if (NetEventSource.Log.IsEnabled()) NetEventSource.Info(this, "starting capture"); 310if (NetEventSource.Log.IsEnabled()) NetEventSource.Info(this, "Skipping capture"); 323if (NetEventSource.Log.IsEnabled()) NetEventSource.Info(this, "Completing synchronously"); 366if (NetEventSource.Log.IsEnabled()) NetEventSource.Info(this, "Context set, calling callback.");
src\libraries\Common\src\System\Net\DebugSafeHandle.cs (1)
35if (NetEventSource.Log.IsEnabled()) NetEventSource.Info(this, _trace);
src\libraries\Common\src\System\Net\DebugSafeHandleZeroOrMinusOneIsInvalid.cs (2)
20if (NetEventSource.Log.IsEnabled()) NetEventSource.Info(this, "Creating SafeHandle"); 25if (NetEventSource.Log.IsEnabled()) NetEventSource.Info(this, _trace);
src\libraries\Common\src\System\Net\LazyAsyncResult.cs (3)
362if (NetEventSource.Log.IsEnabled()) NetEventSource.Info(this, "Invoking callback"); 366if (NetEventSource.Log.IsEnabled()) NetEventSource.Info(this, "*** OFFLOADED the user callback ****"); 384if (NetEventSource.Log.IsEnabled()) NetEventSource.Info(this, "No callback to invoke");
System\Net\Mail\SmtpClient.cs (1)
876if (NetEventSource.Log.IsEnabled()) NetEventSource.Info(this, "Complete");
System\Net\Mail\SmtpConnection.cs (1)
439if (NetEventSource.Log.IsEnabled()) NetEventSource.Info(this, "Connect returned");
System\Net\Mail\SmtpTransport.cs (1)
139if (NetEventSource.Log.IsEnabled()) NetEventSource.Info(this, "Sync completion");