1 instantiation of MarshalerArray
PresentationFramework (1)
MS\Internal\WindowsRuntime\Generated\WinRT\Marshalers.cs (1)
460MarshalerArray m = new MarshalerArray();
5 references to MarshalerArray
PresentationFramework (5)
MS\Internal\WindowsRuntime\Generated\WinRT\Marshalers.cs (5)
458public static unsafe MarshalerArray CreateMarshalerArray(T[] array) 460MarshalerArray m = new MarshalerArray(); 491var m = (MarshalerArray)box; 593public static void DisposeMarshalerArray(object box) => ((MarshalerArray)box).Dispose();