3 references to CustomAttribute
System.Private.CoreLib (3)
src\runtime\src\coreclr\tools\Common\Internal\Metadata\NativeFormat\NativeFormatReaderGen.cs (3)
2652Debug.Assert(hType == HandleType.CustomAttribute || hType == HandleType.Null); 2653_value = (value & 0x01FFFFFF) | (((int)HandleType.CustomAttribute) << 25); 2686if ((HandleType)((uint)_value >> 25) != HandleType.CustomAttribute)