Implemented interface member:
property
CustomAttributes
Mono.Cecil.ICustomAttributeProvider.CustomAttributes
6 references to CustomAttributes
illink (4)
Linker.Steps\RootAssemblyInputStep.cs (1)
189
foreach (CustomAttribute attribute in assembly.
CustomAttributes
)
Linker\AssemblyDefinitionExtensions.cs (1)
23
foreach (var attr in assembly.
CustomAttributes
)
Linker\LinkContext.cs (1)
486
foreach (var ca in assembly.
CustomAttributes
)
Linker\TypeMapHandler.cs (1)
279
foreach (CustomAttribute attr in assembly.
CustomAttributes
)
Microsoft.Maui.Controls.Build.Tasks (2)
XamlCTask.cs (1)
207
assemblyDefinition.
CustomAttributes
.FirstOrDefault(
XmlTypeExtensions.cs (1)
24
foreach (var ca in asmDef.
CustomAttributes
)