8 references to GetCustomAttributes
Crossgen2Tasks (1)
PrepareForReadyToRunCompilation.cs (1)
440foreach (var attributeHandle in mdReader.GetAssemblyDefinition().GetCustomAttributes())
Microsoft.AspNetCore.App.UnitTests (1)
TargetingPackTests.cs (1)
205var hasRefAssemblyAttribute = assemblyDefinition.GetCustomAttributes().Any(attr =>
Microsoft.CodeAnalysis.CSharp.Emit.UnitTests (3)
Emit\CompilationEmitTests.cs (3)
913var attributes = reader.GetAssemblyDefinition().GetCustomAttributes(); 934var attributes = reader.GetAssemblyDefinition().GetCustomAttributes(); 956var attributes = reader.GetAssemblyDefinition().GetCustomAttributes();
Microsoft.DotNet.SignTool (1)
src\Configuration.cs (1)
683foreach (var attributeHandle in assemblyDef.GetCustomAttributes())
RunTests (1)
AssemblyScheduler.cs (1)
291var attributes = metadataReader.GetAssemblyDefinition().GetCustomAttributes();
System.Reflection.MetadataLoadContext (1)
System\Reflection\TypeLoading\Assemblies\Ecma\EcmaAssembly.cs (1)
42public sealed override IEnumerable<CustomAttributeData> CustomAttributes => AssemblyDefinition.GetCustomAttributes().ToTrueCustomAttributes(GetEcmaManifestModule());