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)
50var hash = _keyComparer.GetHashCode(key); 54if (entry != null && entry.hash == hash && _keyComparer.Equals(entry.key, key)) 65int hash = _keyComparer.GetHashCode(key); 69if (entry != null && entry.hash == hash && _keyComparer.Equals(entry.key, key))