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