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