Implemented interface member:
property
CustomAttributes
Mono.Cecil.ICustomAttributeProvider.CustomAttributes
1 write to CustomAttributes
Microsoft.Maui.Controls.Build.Tasks (1)
SetPropertiesVisitor.cs (1)
1838 CustomAttributes = {
11 references to CustomAttributes
illink (3)
Microsoft.Maui.Controls.Build.Tasks (7)
BindablePropertyReferenceExtensions.cs (2)
49 attributes.AddRange(propertyType.ResolveCached(cache).CustomAttributes); 53 attributes.AddRange(staticGetter.ReturnType.ResolveGenericParameters(bpRef.DeclaringType).ResolveCached(cache).CustomAttributes);
SetPropertiesVisitor.cs (2)
243 var attributes = typeDef.CustomAttributes; 1947 .CustomAttributes.Where(attribute => attribute.AttributeType.FullName == "Microsoft.Maui.Controls.Xaml.RuntimeNamePropertyAttribute").ToList();
TypeReferenceExtensions.cs (1)
254 var attr = typeDef.CustomAttributes.SingleOrDefault(ca => ca.AttributeType.FullName == attribute.FullName);
XamlCTask.cs (2)
252 typeDef.CustomAttributes.FirstOrDefault( 279 var xamlFilePath = typeDef.HasCustomAttributes && (xamlFilePathAttr = typeDef.CustomAttributes.FirstOrDefault(ca => ca.AttributeType.FullName == "Microsoft.Maui.Controls.Xaml.XamlFilePathAttribute")) != null ?
Mono.Cecil (1)
Mono.Cecil\WindowsRuntimeProjections.cs (1)
244 if (!type.IsInterface && HasAttribute (type.CustomAttributes, "Windows.UI.Xaml", "TreatAsAbstractComposableClassAttribute"))