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();