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)
633if (this.Hash == bucket.Hash) 668if (this.Hash == hash && comparer.Equals(this.Key, key)) 678if (this.Hash == hash && comparer.Equals(this.Key, key)) 699: base(buckets[0].Hash) 710if (this.Hash == bucket.Hash) 745if (this.Hash == hash) 770if (this.Hash == hash) 834Debug.Assert(bucket1.Hash != bucket2.Hash); 837var h1 = bucket1.Hash; 838var h2 = bucket2.Hash; 864var logicalSlot = ComputeLogicalSlot(bucket.Hash);