1 write to _gchandle
PresentationFramework (1)
MS\Internal\WindowsRuntime\Generated\WinRT\Marshalers.cs (1)
284public MarshalerArray(Array array) => _gchandle = GCHandle.Alloc(array, GCHandleType.Pinned);
3 references to _gchandle
PresentationFramework (3)
MS\Internal\WindowsRuntime\Generated\WinRT\Marshalers.cs (3)
285public void Dispose() => _gchandle.Dispose(); 295return (((Array)m._gchandle.Target).Length, m._gchandle.AddrOfPinnedObject());