1 write to _handle
System.Web (1)
Util\GCUtil.cs (1)
48
_handle
= GCHandle.Alloc(t);
5 references to _handle
System.Web (5)
Util\GCUtil.cs (5)
54
Debug.Assert(
_handle
.IsAllocated);
55
return (T)
_handle
.Target;
62
Debug.Assert(
_handle
.IsAllocated);
63
if (
_handle
.IsAllocated) {
64
_handle
.Free();