5 references to ConstantBooleanValue
System.Private.CoreLib (5)
src\runtime\src\coreclr\tools\Common\Internal\Metadata\NativeFormat\NativeFormatReaderGen.cs (3)
315Debug.Assert(hType == HandleType.ConstantBooleanValue || hType == HandleType.Null); 316_value = (value & 0x01FFFFFF) | (((int)HandleType.ConstantBooleanValue) << 25); 349if ((HandleType)((uint)_value >> 25) != HandleType.ConstantBooleanValue)
System\Reflection\Runtime\General\MetadataReaderExtensions.NativeFormat.cs (2)
258case HandleType.ConstantBooleanValue: 292case HandleType.ConstantBooleanValue: