2 references to GetCustomAttribute
Microsoft.Maui.Controls.Build.Tasks (2)
TypeReferenceExtensions.cs (2)
259
return baseTypeRef.
GetCustomAttribute
(cache, attribute);
265
return typeRef.
GetCustomAttribute
(cache, module.ImportReference(cache, attributeType));