2 writes to userAsyncResult
System (2)
net\System\Net\_ChunkParser.cs (2)
123
userAsyncResult
= new LazyAsyncResult(caller, state, callback);
294
userAsyncResult
= null;
5 references to userAsyncResult
System (5)
net\System\Net\_ChunkParser.cs (5)
60
get { return
userAsyncResult
!= null; }
126
IAsyncResult localResult =
userAsyncResult
;
170
Contract.Assert(
userAsyncResult
== null, "Overlapped read operations are not allowed.");
192
Contract.Assert(
userAsyncResult
== null,
293
LazyAsyncResult localResult =
userAsyncResult
;