4 references to XamlCompilationAttribute
Microsoft.Maui.Controls.Xaml (4)
XamlCompilationAttribute.cs (4)
29
var
attr = type.GetCustomAttribute<
XamlCompilationAttribute
>();
32
attr = type.Module.GetCustomAttribute<
XamlCompilationAttribute
>();
35
attr = type.Assembly.GetCustomAttribute<
XamlCompilationAttribute
>();