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