7 references to ConstantUInt16Value
System.Private.CoreLib (7)
src\runtime\src\coreclr\tools\Common\Internal\Metadata\NativeFormat\NativeFormatReaderGen.cs (3)
2242Debug.Assert(hType == HandleType.ConstantUInt16Value || hType == HandleType.Null); 2243_value = (value & 0x01FFFFFF) | (((int)HandleType.ConstantUInt16Value) << 25); 2276if ((HandleType)((uint)_value >> 25) != HandleType.ConstantUInt16Value)
System\Reflection\Runtime\General\MetadataReaderExtensions.NativeFormat.cs (3)
194case HandleType.ConstantUInt16Value: 268case HandleType.ConstantUInt16Value: 297case HandleType.ConstantUInt16Value:
System\Reflection\Runtime\TypeInfos\NativeFormat\NativeFormatRuntimeNamedTypeInfo.cs (1)
237HandleType.ConstantUInt16Value => handle.ToConstantUInt16ValueHandle(_reader).GetConstantUInt16Value(_reader).Value,