4 references to ConstantBooleanArray
System.Private.CoreLib (4)
src\runtime\src\coreclr\tools\Common\Internal\Metadata\NativeFormat\NativeFormatReaderGen.cs (3)
235
Debug.Assert(hType == HandleType.
ConstantBooleanArray
|| hType == HandleType.Null);
236
_value = (value & 0x01FFFFFF) | (((int)HandleType.
ConstantBooleanArray
) << 25);
269
if ((HandleType)((uint)_value >> 25) != HandleType.
ConstantBooleanArray
)
System\Reflection\Runtime\General\MetadataReaderExtensions.NativeFormat.cs (1)
343
case HandleType.
ConstantBooleanArray
: