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