3 references to GetCustomAttributes
ILCompiler.Compiler (2)
Compiler\CustomAttributeExtensions.cs (1)
75
var attributeHandles = metadataReader.GetModuleDefinition().
GetCustomAttributes
();
Compiler\DependencyAnalysis\CustomAttributeBasedDependencyAlgorithm.cs (1)
96
AddDependenciesDueToCustomAttributes(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)
47
public sealed override IEnumerable<CustomAttributeData> CustomAttributes => ModuleDefinition.
GetCustomAttributes
().ToTrueCustomAttributes(this);