7 references to ConstantByteValue
System.Private.CoreLib (7)
src\runtime\src\coreclr\tools\Common\Internal\Metadata\NativeFormat\NativeFormatReaderGen.cs (3)
475
Debug.Assert(hType == HandleType.
ConstantByteValue
|| hType == HandleType.Null);
476
_value = (value & 0x01FFFFFF) | (((int)HandleType.
ConstantByteValue
) << 25);
509
if ((HandleType)((uint)_value >> 25) != HandleType.
ConstantByteValue
)
System\Reflection\Runtime\General\MetadataReaderExtensions.NativeFormat.cs (3)
167
case HandleType.
ConstantByteValue
:
262
case HandleType.
ConstantByteValue
:
294
case HandleType.
ConstantByteValue
:
System\Reflection\Runtime\TypeInfos\NativeFormat\NativeFormatRuntimeNamedTypeInfo.cs (1)
235
HandleType.
ConstantByteValue
=> handle.ToConstantByteValueHandle(_reader).GetConstantByteValue(_reader).Value,