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