1 reference to GetAllRuntimeMethods
Microsoft.Maui.Controls.Xaml (1)
ApplyPropertiesVisitor.cs (1)
813
var addMethod =
GetAllRuntimeMethods
(property.ReturnType).FirstOrDefault(mi => mi.Name == "Add" && mi.GetParameters().Length == 1);