1 write to _array
PresentationFramework (1)
MS\Internal\WindowsRuntime\Generated\WinRT\Marshalers.cs (1)
143m._array = Marshal.AllocCoTaskMem(length * IntPtr.Size);
4 references to _array
PresentationFramework (4)
MS\Internal\WindowsRuntime\Generated\WinRT\Marshalers.cs (4)
122if (_array != IntPtr.Zero) 124Marshal.FreeCoTaskMem(_array); 145var elements = (IntPtr*)m._array.ToPointer(); 163return (m._marshalers?.Length ?? 0, m._array);