2 instantiations of ReadLinesAsyncResult
System.Net.Mail (2)
System\Net\Mail\SmtpReplyReaderFactory.cs (2)
58
ReadLinesAsyncResult result = new
ReadLinesAsyncResult
(this, callback, state);
65
ReadLinesAsyncResult result = new
ReadLinesAsyncResult
(this, callback, state, true);
8 references to ReadLinesAsyncResult
System.Net.Mail (8)
System\Net\Mail\SmtpReplyReaderFactory.cs (8)
58
ReadLinesAsyncResult
result = new ReadLinesAsyncResult(this, callback, state);
65
ReadLinesAsyncResult
result = new ReadLinesAsyncResult(this, callback, state, true);
87
return
ReadLinesAsyncResult
.End(result);
92
LineInfo[] info =
ReadLinesAsyncResult
.End(result);
404
ReadLinesAsyncResult
thisPtr = (
ReadLinesAsyncResult
)result;
427
ReadLinesAsyncResult
thisPtr = (
ReadLinesAsyncResult
)result.AsyncState!;