4 references to GetCustomAttributes
ILCompiler.Compiler (1)
src\runtime\src\coreclr\tools\Common\Compiler\EventPseudoDesc.cs (1)
54return Definition.GetCustomAttributes();
ILCompiler.MetadataTransform (1)
ILCompiler\Metadata\Transform.Event.cs (1)
68Ecma.CustomAttributeHandleCollection customAttributes = eventDef.GetCustomAttributes();
ILCompiler.ReadyToRun (1)
src\runtime\src\coreclr\tools\Common\Compiler\EventPseudoDesc.cs (1)
54return Definition.GetCustomAttributes();
System.Reflection.MetadataLoadContext (1)
System\Reflection\TypeLoading\Events\Ecma\EcmaEvent.cs (1)
36public sealed override IEnumerable<CustomAttributeData> CustomAttributes => EventDefinition.GetCustomAttributes().ToTrueCustomAttributes(_module);