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)
47var hash = _keyComparer.GetHashCode(key); 51if (entry != null && entry.hash == hash && _keyComparer.Equals(entry.key, key)) 62int hash = _keyComparer.GetHashCode(key); 66if (entry != null && entry.hash == hash && _keyComparer.Equals(entry.key, key))