2 references to UInt64Array
mscorlib (2)
system\runtime\interopservices\windowsruntime\clripropertyvalueimpl.cs (1)
262return CoerceArrayValue<UInt64>(PropertyType.UInt64Array);
system\runtime\interopservices\windowsruntime\clrireferenceimpl.cs (1)
393return new CLRIReferenceArrayImpl<ulong>(PropertyType.UInt64Array, (ulong[])obj);