3 references to GetEvent
Microsoft.Maui.Controls.Build.Tasks (3)
SetPropertiesVisitor.cs (2)
1181 return !attached && valueNode is ValueNode && parent.VariableType.GetEvent(context.Cache, ed => ed.Name == localName, out _) != null; 1189 var eventinfo = elementType.GetEvent(context.Cache, ed => ed.Name == localName, out eventDeclaringTypeRef);
TypeReferenceExtensions.cs (1)
100 return typeDef.BaseType.ResolveGenericParameters(typeRef).GetEvent(cache, predicate, out declaringTypeRef);