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();