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