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