Implemented interface member:
property
HasCustomAttributes
Mono.Cecil.ICustomAttributeProvider.HasCustomAttributes
3 references to HasCustomAttributes
illink (1)
Linker\LinkContext.cs (1)
480
if (!assembly.
HasCustomAttributes
)
Microsoft.Maui.Controls.Build.Tasks (1)
XamlCTask.cs (1)
205
if (assemblyDefinition.
HasCustomAttributes
&&
Mono.Cecil (1)
Mono.Cecil\AssemblyWriter.cs (1)
1067
if (assembly.
HasCustomAttributes
)