1 write to _keyComparer
Microsoft.CodeAnalysis (1)
Collections\ConcurrentCache.cs (1)
42
_keyComparer
= keyComparer;
4 references to _keyComparer
Microsoft.CodeAnalysis (4)
Collections\ConcurrentCache.cs (4)
50
var hash =
_keyComparer
.GetHashCode(key);
54
if (entry != null && entry.hash == hash &&
_keyComparer
.Equals(entry.key, key))
65
int hash =
_keyComparer
.GetHashCode(key);
69
if (entry != null && entry.hash == hash &&
_keyComparer
.Equals(entry.key, key))