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