1 write to _eventHandle
System.Private.CoreLib (1)
System\Reflection\Runtime\EventInfos\NativeFormat\NativeFormatRuntimeEventInfo.cs (1)
49_eventHandle = eventHandle;
5 references to _eventHandle
System.Private.CoreLib (5)
System\Reflection\Runtime\EventInfos\NativeFormat\NativeFormatRuntimeEventInfo.cs (5)
112if (!(_eventHandle.Equals(otherEvent._eventHandle))) 125if (!(_eventHandle.Equals(other._eventHandle))) 136return HashCode.Combine(_eventHandle, ContextTypeInfo, ReflectedType);