4 references to LazyAsyncResult
System (4)
net\System\Net\_ConnectStream.cs (2)
3168
return new
LazyAsyncResult
(null, state, callback, result);
3179
return new
LazyAsyncResult
(null, state, callback, null);
net\System\Net\_NestedSingleAsyncResult.cs (1)
31
base
(asyncObject, asyncState, asyncCallback, result)
net\System\Net\HttpWebRequest.cs (1)
3933
_ReadAResult = new
LazyAsyncResult
(null, null, null, E); //never throws