9 references to GetCustomAttributes
Crossgen2Tasks (1)
PrepareForReadyToRunCompilation.cs (1)
440foreach (var attributeHandle in mdReader.GetAssemblyDefinition().GetCustomAttributes())
Microsoft.AspNetCore.App.UnitTests (1)
TargetingPackTests.cs (1)
204var hasRefAssemblyAttribute = assemblyDefinition.GetCustomAttributes().Any(attr =>
Microsoft.CodeAnalysis.CSharp.Emit.UnitTests (3)
Emit\CompilationEmitTests.cs (3)
912var attributes = reader.GetAssemblyDefinition().GetCustomAttributes(); 933var attributes = reader.GetAssemblyDefinition().GetCustomAttributes(); 955var attributes = reader.GetAssemblyDefinition().GetCustomAttributes();
Microsoft.DotNet.SignTool (1)
src\Configuration.cs (1)
583foreach (var attributeHandle in assemblyDef.GetCustomAttributes())
RunTests (1)
AssemblyScheduler.cs (1)
350var attributes = metadataReader.GetAssemblyDefinition().GetCustomAttributes();
System.Diagnostics.FileVersionInfo (1)
System\Diagnostics\FileVersionInfo.Unix.cs (1)
125foreach (CustomAttributeHandle attrHandle in assemblyDefinition.GetCustomAttributes())
System.Reflection.MetadataLoadContext (1)
System\Reflection\TypeLoading\Assemblies\Ecma\EcmaAssembly.cs (1)
42public sealed override IEnumerable<CustomAttributeData> CustomAttributes => AssemblyDefinition.GetCustomAttributes().ToTrueCustomAttributes(GetEcmaManifestModule());