2 references to Int64Array
mscorlib (2)
system\runtime\interopservices\windowsruntime\clripropertyvalueimpl.cs (1)
256
return CoerceArrayValue<Int64>(PropertyType.
Int64Array
);
system\runtime\interopservices\windowsruntime\clrireferenceimpl.cs (1)
391
return new CLRIReferenceArrayImpl<long>(PropertyType.
Int64Array
, (long[])obj);