2 references to Int16Array
mscorlib (2)
system\runtime\interopservices\windowsruntime\clripropertyvalueimpl.cs (1)
232
return CoerceArrayValue<Int16>(PropertyType.
Int16Array
);
system\runtime\interopservices\windowsruntime\clrireferenceimpl.cs (1)
385
return new CLRIReferenceArrayImpl<short>(PropertyType.
Int16Array
, (short[])obj);