2 references to Int32Array
mscorlib (2)
system\runtime\interopservices\windowsruntime\clripropertyvalueimpl.cs (1)
244return CoerceArrayValue<Int32>(PropertyType.Int32Array);
system\runtime\interopservices\windowsruntime\clrireferenceimpl.cs (1)
379return new CLRIReferenceArrayImpl<int>(PropertyType.Int32Array, (int[])obj);