1 write to Key
Microsoft.CodeAnalysis.Workspaces (1)
ImmutableHashMap.cs (1)
625this.Key = key;
10 references to Key
Microsoft.CodeAnalysis.Workspaces (10)
ImmutableHashMap.cs (10)
302yield return vb.Key; 410actualKey = vb.Key; 430=> this.GetValueBuckets().Select(vb => new KeyValuePair<TKey, TValue>(vb.Key, vb.Value)).GetEnumerator(); 479existingKey = vb.Key; 635if (comparer.Equals(this.Key, bucket.Key)) 668if (this.Hash == hash && comparer.Equals(this.Key, key)) 678if (this.Hash == hash && comparer.Equals(this.Key, key)) 712var pos = this.Find(bucket.Key, comparer); 786if (comparer.Equals(key, _buckets[i].Key))