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