2 references to ReadLinesAsync
System.Net.Mail (2)
System\Net\Mail\SmtpReplyReader.cs (1)
33return _reader.ReadLinesAsync<TIOAdapter>(this, false, cancellationToken);
System\Net\Mail\SmtpReplyReaderFactory.cs (1)
330LineInfo[] lines = await ReadLinesAsync<TIOAdapter>(caller, oneLine: true, cancellationToken).ConfigureAwait(false);