1 write to Hash
Microsoft.CodeAnalysis.Workspaces (1)
ImmutableHashMap.cs (1)
608
=> this.
Hash
= hash;
14 references to Hash
Microsoft.CodeAnalysis.Workspaces (14)
ImmutableHashMap.cs (14)
633
if (this.
Hash
== bucket.
Hash
)
668
if (this.
Hash
== hash && comparer.Equals(this.Key, key))
678
if (this.
Hash
== hash && comparer.Equals(this.Key, key))
699
: base(buckets[0].
Hash
)
710
if (this.
Hash
== bucket.
Hash
)
745
if (this.
Hash
== hash)
770
if (this.
Hash
== hash)
834
Debug.Assert(bucket1.
Hash
!= bucket2.
Hash
);
837
var h1 = bucket1.
Hash
;
838
var h2 = bucket2.
Hash
;
864
var logicalSlot = ComputeLogicalSlot(bucket.
Hash
);