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