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