1 instantiation of InnerAsyncResult
System (1)
net\System\Net\Cache\_CacheStreams.cs (1)
228
InnerAsyncResult userResult = new
InnerAsyncResult
(state, callback, buffer, offset, count);
6 references to InnerAsyncResult
System (6)
net\System\Net\Cache\_CacheStreams.cs (6)
171
GlobalLog.Assert(transportResult.AsyncState is
InnerAsyncResult
, "InnerAsyncResult::ReadCallback|The state expected to be of type InnerAsyncResult, received {0}.", transportResult.GetType().FullName);
177
InnerAsyncResult
userResult = transportResult.AsyncState as
InnerAsyncResult
;
228
InnerAsyncResult
userResult = new InnerAsyncResult(state, callback, buffer, offset, count);
272
InnerAsyncResult
myResult = asyncResult as
InnerAsyncResult
;