5 references to ConstantInt16Array
System.Private.CoreLib (5)
src\runtime\src\coreclr\tools\Common\Internal\Metadata\NativeFormat\NativeFormatReaderGen.cs (3)
1123
Debug.Assert(hType == HandleType.
ConstantInt16Array
|| hType == HandleType.Null);
1124
_value = (value & 0x01FFFFFF) | (((int)HandleType.
ConstantInt16Array
) << 25);
1157
if ((HandleType)((uint)_value >> 25) != HandleType.
ConstantInt16Array
)
System\Reflection\Runtime\General\MetadataReaderExtensions.NativeFormat.cs (2)
355
case HandleType.
ConstantInt16Array
:
435
case HandleType.
ConstantInt16Array
: