1 instantiation of MarshalerArray
PresentationFramework (1)
MS\Internal\WindowsRuntime\Generated\WinRT\Marshalers.cs (1)
290public static MarshalerArray CreateMarshalerArray(Array array) => new MarshalerArray(array);
4 references to MarshalerArray
PresentationFramework (4)
MS\Internal\WindowsRuntime\Generated\WinRT\Marshalers.cs (4)
290public static MarshalerArray CreateMarshalerArray(Array array) => new MarshalerArray(array); 294var m = (MarshalerArray)box; 339((MarshalerArray)box).Dispose();