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)));
362
return
_ar
;
366
Debug.Assert(
_ar
== ar);
367
_ar
.End();
445
_ar
.SetComplete();
454
_ar
.Complete(false, null, _error); // resume the application execution