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