2 references to UInt8Array
mscorlib (2)
system\runtime\interopservices\windowsruntime\clripropertyvalueimpl.cs (1)
226
return CoerceArrayValue<Byte>(PropertyType.
UInt8Array
);
system\runtime\interopservices\windowsruntime\clrireferenceimpl.cs (1)
383
return new CLRIReferenceArrayImpl<byte>(PropertyType.
UInt8Array
, (byte[])obj);