1 write to _handle
System.Web (1)
RootedObjects.cs (1)
39
_handle
= GCHandle.Alloc(this);
3 references to _handle
System.Web (3)
RootedObjects.cs (3)
40
Pointer = (IntPtr)
_handle
;
113
if (
_handle
.IsAllocated) {
114
_handle
.Free();