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