1 write to key
Test.Utilities (1)
ConcurrentCache`2.cs (1)
25this.key = key;
2 references to key
Test.Utilities (2)
ConcurrentCache`2.cs (2)
49if (entry != null && entry.hash == hash && _keyComparer.Equals(entry.key, key)) 64if (entry != null && entry.hash == hash && _keyComparer.Equals(entry.key, key))