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