Implemented interface member:
property
HasCustomAttributes
Mono.Cecil.ICustomAttributeProvider.HasCustomAttributes
8 references to HasCustomAttributes
illink (3)
Linker.Steps\MarkStep.cs (2)
305
if (!type.IsInterface || !type.HasInterfaces || !type.
HasCustomAttributes
)
2321
if (!type.
HasCustomAttributes
)
Linker.Steps\SweepStep.cs (1)
308
if (type.
HasCustomAttributes
)
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
)