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