1 write to _array
PresentationFramework (1)
MS\Internal\WindowsRuntime\Generated\WinRT\Marshalers.cs (1)
460m._array = Marshal.AllocCoTaskMem(byte_length);
4 references to _array
PresentationFramework (4)
MS\Internal\WindowsRuntime\Generated\WinRT\Marshalers.cs (4)
437if (_array != IntPtr.Zero) 439Marshal.FreeCoTaskMem(_array); 462var element = (byte*)m._array.ToPointer(); 481return (m._marshalers?.Length ?? 0, m._array);