4 writes to _rootedThis
System.Web (4)
Hosting\ISAPIWorkerRequest.cs (4)
2359
_rootedThis
= GCHandle.Alloc(this); // root for the duration of IO
2377
_rootedThis
= GCHandle.Alloc(this); // root for the duration of IO
2623
_rootedThis
= GCHandle.Alloc(this); // root for duration of async operation
2716
_rootedThis
= GCHandle.Alloc(this); // root for the duration of ExecuteUrl
6 references to _rootedThis
System.Web (6)
Hosting\ISAPIWorkerRequest.cs (6)
2420
_rootedThis
.Free();
2456
_rootedThis
.Free();
2578
_rootedThis
.Free();
2637
_rootedThis
.Free();
2736
_rootedThis
.Free();
2767
_rootedThis
.Free();