1 write to _keyComparer
Microsoft.CodeAnalysis (1)
Collections\ConcurrentCache.cs (1)
39
_keyComparer
= keyComparer;
4 references to _keyComparer
Microsoft.CodeAnalysis (4)
Collections\ConcurrentCache.cs (4)
47
var hash =
_keyComparer
.GetHashCode(key);
51
if (entry != null && entry.hash == hash &&
_keyComparer
.Equals(entry.key, key))
62
int hash =
_keyComparer
.GetHashCode(key);
66
if (entry != null && entry.hash == hash &&
_keyComparer
.Equals(entry.key, key))