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