3 references to GetEventList
System.Private.CoreLib (3)
src\System\RuntimeType.CoreCLR.cs (3)
2592
RuntimeEventInfo[] cache = Cache.
GetEventList
(listType, name);
2919
RuntimeEventInfo[] cache = Cache.
GetEventList
(listType, name);
3224
RuntimeEventInfo[] cache = runtimeType.Cache.
GetEventList
(MemberListType.CaseSensitive, eventInfo.Name);