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