2 writes to _ar
System.Web (2)
Util\AspCompat.cs (2)
343_ar = new HttpAsyncResult(cb, extraData, true, null, error); 347_ar = new HttpAsyncResult(cb, extraData);
6 references to _ar
System.Web (6)
Util\AspCompat.cs (6)
358_ar.Complete(true, null, new HttpException(SR.GetString(SR.Cannot_access_AspCompat))); 362return _ar; 366Debug.Assert(_ar == ar); 367_ar.End(); 445_ar.SetComplete(); 454_ar.Complete(false, null, _error); // resume the application execution