Implemented interface member:
property
HasCustomAttributes
Mono.Cecil.ICustomAttributeProvider.HasCustomAttributes
8 references to HasCustomAttributes
illink (3)
Microsoft.Maui.Controls.Build.Tasks (4)
BindablePropertyReferenceExtensions.cs (2)
48 if (propertyType != null && propertyType.ResolveCached(cache).HasCustomAttributes) 52 if (staticGetter != null && staticGetter.ReturnType.ResolveGenericParameters(bpRef.DeclaringType).ResolveCached(cache).HasCustomAttributes)
XamlCTask.cs (2)
250 if (typeDef.HasCustomAttributes && 279 var xamlFilePath = typeDef.HasCustomAttributes && (xamlFilePathAttr = typeDef.CustomAttributes.FirstOrDefault(ca => ca.AttributeType.FullName == "Microsoft.Maui.Controls.Xaml.XamlFilePathAttribute")) != null ?
Mono.Cecil (1)
Mono.Cecil\AssemblyWriter.cs (1)
1487 if (type.HasCustomAttributes)