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