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