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