10 references to EventCacheKey
mscorlib (10)
system\runtime\interopservices\windowsruntime\windowsruntimemarshal.cs (10)
383
internal class EventCacheKeyEqualityComparer : IEqualityComparer<
EventCacheKey
>
385
public bool Equals(
EventCacheKey
lhs,
EventCacheKey
rhs)
390
public int GetHashCode(
EventCacheKey
key)
457
private
EventCacheKey
_key;
459
internal TokenListCount(
EventCacheKey
key)
464
internal
EventCacheKey
Key
538
internal volatile static Dictionary<
EventCacheKey
, EventCacheEntry> s_eventRegistrations =
539
new Dictionary<
EventCacheKey
, EventCacheEntry>(new EventCacheKeyEqualityComparer());
661
EventCacheKey
eventCacheKey;