3 references to GetEventCandidates
System.Private.CoreLib (3)
src\System\RuntimeType.CoreCLR.cs (3)
2633return GetEventCandidates(null, bindingAttr, false).ToArray(); 2661ListBuilder<EventInfo> events = GetEventCandidates(null, bindingAttr, false); 3063events = GetEventCandidates(name, bindingAttr, true);