5 references to SyncReadWriteAdapter
System.Net.Mail (5)
System\Net\Mail\SmtpClient.cs (2)
394(Exception? ex, bool _) = SendAsyncInternal<SyncReadWriteAdapter>(message, false, null).GetAwaiter().GetResult(); 559(typeof(TIOAdapter) == typeof(SyncReadWriteAdapter) && (e is SecurityException or AuthenticationException)) ||
System\Net\Mail\SmtpConnection.cs (2)
271QuitCommand.SendAsync<SyncReadWriteAdapter>(this).GetAwaiter().GetResult(); 325DataStopCommand.SendAsync<SyncReadWriteAdapter>(this).GetAwaiter().GetResult();
System\Net\Mail\SmtpTransport.cs (1)
80GetConnectionAsync<SyncReadWriteAdapter>(host, port).GetAwaiter().GetResult();