1 instantiation of NativeFormatRuntimeEventInfo
System.Private.CoreLib (1)
System\Reflection\Runtime\General\Dispensers.NativeFormat.cs (1)
139return new NativeFormatRuntimeEventInfo(eventHandle, definingTypeInfo, contextTypeInfo, reflectedType).WithDebugName();
3 references to NativeFormatRuntimeEventInfo
System.Private.CoreLib (3)
System\Reflection\Runtime\EventInfos\NativeFormat\NativeFormatRuntimeEventInfo.cs (2)
108if (!(other is NativeFormatRuntimeEventInfo otherEvent)) 121if (!(obj is NativeFormatRuntimeEventInfo other))
System\Reflection\Runtime\TypeInfos\NativeFormat\NativeFormatRuntimeTypeInfo.CoreGetDeclared.cs (1)
62yield return NativeFormatRuntimeEventInfo.GetRuntimeEventInfo(eventHandle, this, contextTypeInfo, reflectedType);