1 write to _keyComparer
Test.Utilities (1)
ConcurrentCache`2.cs (1)
37_keyComparer = keyComparer;
4 references to _keyComparer
Test.Utilities (4)
ConcurrentCache`2.cs (4)
45var hash = _keyComparer.GetHashCode(key); 49if (entry != null && entry.hash == hash && _keyComparer.Equals(entry.key, key)) 60int hash = _keyComparer.GetHashCode(key); 64if (entry != null && entry.hash == hash && _keyComparer.Equals(entry.key, key))