1 instantiation of MarshalerArray
PresentationFramework (1)
MS\Internal\WindowsRuntime\Generated\WinRT\Marshalers.cs (1)
134var m = new MarshalerArray();
5 references to MarshalerArray
PresentationFramework (5)
MS\Internal\WindowsRuntime\Generated\WinRT\Marshalers.cs (5)
132public static unsafe MarshalerArray CreateMarshalerArray(string[] array) 134var m = new MarshalerArray(); 162var m = (MarshalerArray)box; 251((MarshalerArray)box).Dispose();