5 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);
ILCompiler.ReadyToRun (1)
src\runtime\src\coreclr\tools\Common\JitInterface\CorInfoImpl.cs (1)
1107
reader.GetModuleDefinition().
GetCustomAttributes
(),
ILCompiler.RyuJit (1)
src\runtime\src\coreclr\tools\Common\JitInterface\CorInfoImpl.cs (1)
1107
reader.GetModuleDefinition().
GetCustomAttributes
(),
System.Reflection.MetadataLoadContext (1)
System\Reflection\TypeLoading\Modules\Ecma\EcmaModule.cs (1)
47
public sealed override IEnumerable<CustomAttributeData> CustomAttributes => ModuleDefinition.
GetCustomAttributes
().ToTrueCustomAttributes(this);