7 references to ConstantInt16Value
System.Private.CoreLib (7)
src\runtime\src\coreclr\tools\Common\Internal\Metadata\NativeFormat\NativeFormatReaderGen.cs (3)
1203Debug.Assert(hType == HandleType.ConstantInt16Value || hType == HandleType.Null); 1204_value = (value & 0x01FFFFFF) | (((int)HandleType.ConstantInt16Value) << 25); 1237if ((HandleType)((uint)_value >> 25) != HandleType.ConstantInt16Value)
System\Reflection\Runtime\General\MetadataReaderExtensions.NativeFormat.cs (3)
185case HandleType.ConstantInt16Value: 266case HandleType.ConstantInt16Value: 296case HandleType.ConstantInt16Value:
System\Reflection\Runtime\TypeInfos\NativeFormat\NativeFormatRuntimeNamedTypeInfo.cs (1)
236HandleType.ConstantInt16Value => (ushort)handle.ToConstantInt16ValueHandle(_reader).GetConstantInt16Value(_reader).Value,