1 instantiation of RuntimeEventInfo
mscorlib (1)
system\rttype.cs (1)
1290RuntimeEventInfo eventInfo = new RuntimeEventInfo(
24 references to RuntimeEventInfo
mscorlib (24)
system\reflection\customattribute.cs (5)
146internal static IList<CustomAttributeData> GetCustomAttributesInternal(RuntimeEventInfo target) 1269internal static bool IsDefined(RuntimeEventInfo e, RuntimeType caType) 1510internal static Object[] GetCustomAttributes(RuntimeEventInfo e, RuntimeType caType) 2548internal static Attribute[] GetCustomAttributes(RuntimeEventInfo e, RuntimeType caType, out int count) 2553internal static bool IsDefined(RuntimeEventInfo e, RuntimeType caType)
system\reflection\eventinfo.cs (4)
41left is RuntimeEventInfo || right is RuntimeEventInfo) 280RuntimeEventInfo m = o as RuntimeEventInfo;
system\rttype.cs (15)
1226private unsafe RuntimeEventInfo[] PopulateEvents(Filter filter) 1231Dictionary<String, RuntimeEventInfo> csEventInfos = filter.CaseSensitive() ? null : 1232new Dictionary<String, RuntimeEventInfo>(); 1235ListBuilder<RuntimeEventInfo> list = new ListBuilder<RuntimeEventInfo>(); 1260Filter filter, RuntimeType declaringType, Dictionary<String, RuntimeEventInfo> csEventInfos, ref ListBuilder<RuntimeEventInfo> list) 1290RuntimeEventInfo eventInfo = new RuntimeEventInfo( 1585private MemberInfoCache<RuntimeEventInfo> m_eventInfoCache; 1891internal RuntimeEventInfo[] GetEventList(MemberListType listType, string name) 1893return GetMemberList<RuntimeEventInfo>(ref m_eventInfoCache, listType, name, CacheType.Event); 2974RuntimeEventInfo[] cache = Cache.GetEventList(listType, name); 2981RuntimeEventInfo eventInfo = cache[i]; 3330RuntimeEventInfo[] cache = Cache.GetEventList(listType, name); 3337RuntimeEventInfo eventInfo = cache[i];