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