1 type derived from RuntimeEventInfo
System.Private.CoreLib (1)
System\Reflection\Runtime\EventInfos\NativeFormat\NativeFormatRuntimeEventInfo.cs (1)
24internal sealed partial class NativeFormatRuntimeEventInfo : RuntimeEventInfo
5 references to RuntimeEventInfo
System.Private.CoreLib (5)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Reflection\RuntimeCustomAttributeData.cs (3)
86internal static IList<CustomAttributeData> GetCustomAttributesInternal(RuntimeEventInfo target) 1018internal static bool IsDefined(RuntimeEventInfo e, RuntimeType caType) 1220internal static object[] GetCustomAttributes(RuntimeEventInfo e, RuntimeType caType)
System\Reflection\Runtime\EventInfos\RuntimeEventInfo.cs (1)
120protected RuntimeEventInfo WithDebugName()
System\Reflection\Runtime\General\Dispensers.NativeFormat.cs (1)
135internal static RuntimeEventInfo GetRuntimeEventInfo(EventHandle eventHandle, NativeFormatRuntimeNamedTypeInfo definingTypeInfo, RuntimeTypeInfo contextTypeInfo, RuntimeTypeInfo reflectedType)