1 write to _handle
System.Runtime.Caching (1)
System\Caching\SRef.cs (1)
90_handle = GCHandle.Alloc(t);
4 references to _handle
System.Runtime.Caching (4)
System\Caching\SRef.cs (4)
98T t = (T)_handle.Target; 115if (_handle.IsAllocated) { 120_t = (T)_handle.Target; 121_handle.Free();