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