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