1 write to hash
Microsoft.CodeAnalysis (1)
Collections\ConcurrentCache.cs (1)
33this.hash = hash;
2 references to hash
Microsoft.CodeAnalysis (2)
Collections\ConcurrentCache.cs (2)
54if (entry != null && entry.hash == hash && _keyComparer.Equals(entry.key, key)) 69if (entry != null && entry.hash == hash && _keyComparer.Equals(entry.key, key))