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