1 write to _gcHandle
System.Web (1)
Util\PinnedArraySegment.cs (1)
34_gcHandle = GCHandle.Alloc(segment.Array, GCHandleType.Pinned); // pin the array so that unmanaged code can access it
1 reference to _gcHandle
System.Web (1)
Util\PinnedArraySegment.cs (1)
58_gcHandle.Free();