1 instantiation of EventCacheEntry
mscorlib (1)
system\runtime\interopservices\windowsruntime\windowsruntimemarshal.cs (1)
679
eventCacheEntry = new
EventCacheEntry
();
3 references to EventCacheEntry
mscorlib (3)
system\runtime\interopservices\windowsruntime\windowsruntimemarshal.cs (3)
538
internal volatile static Dictionary<EventCacheKey,
EventCacheEntry
> s_eventRegistrations =
539
new Dictionary<EventCacheKey,
EventCacheEntry
>(new EventCacheKeyEqualityComparer());
667
EventCacheEntry
eventCacheEntry;