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)
54Debug.Assert(_handle.IsAllocated); 55return (T)_handle.Target; 62Debug.Assert(_handle.IsAllocated); 63if (_handle.IsAllocated) { 64_handle.Free();