3 references to GetCustomAttributes
ILCompiler.Compiler (2)
Compiler\CustomAttributeExtensions.cs (1)
75var attributeHandles = metadataReader.GetModuleDefinition().GetCustomAttributes();
Compiler\DependencyAnalysis\CustomAttributeBasedDependencyAlgorithm.cs (1)
96AddDependenciesDueToCustomAttributes(ref dependencies, GetMetadataApiDependency(factory, "ScopeDefinition"u8, "get_ModuleCustomAttributes"u8), factory, assembly, moduleDef.GetCustomAttributes(), assembly);
System.Reflection.MetadataLoadContext (1)
System\Reflection\TypeLoading\Modules\Ecma\EcmaModule.cs (1)
47public sealed override IEnumerable<CustomAttributeData> CustomAttributes => ModuleDefinition.GetCustomAttributes().ToTrueCustomAttributes(this);