1 type derived from RuntimeEventInfo
System.Private.CoreLib (1)
System\Reflection\Runtime\EventInfos\NativeFormat\NativeFormatRuntimeEventInfo.cs (1)
24
internal 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)
86
internal static IList<CustomAttributeData> GetCustomAttributesInternal(
RuntimeEventInfo
target)
1018
internal static bool IsDefined(
RuntimeEventInfo
e, RuntimeType caType)
1220
internal static object[] GetCustomAttributes(
RuntimeEventInfo
e, RuntimeType caType)
System\Reflection\Runtime\EventInfos\RuntimeEventInfo.cs (1)
120
protected
RuntimeEventInfo
WithDebugName()
System\Reflection\Runtime\General\Dispensers.NativeFormat.cs (1)
135
internal static
RuntimeEventInfo
GetRuntimeEventInfo(EventHandle eventHandle, NativeFormatRuntimeNamedTypeInfo definingTypeInfo, RuntimeTypeInfo contextTypeInfo, RuntimeTypeInfo reflectedType)