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