4 instantiations of ListBucket
Microsoft.CodeAnalysis.CodeStyle (4)
ImmutableHashMap.cs (4)
657
return new
ListBucket
(new ValueBucket[] { this, bucket });
724
return new
ListBucket
(_buckets.ReplaceAt(pos, bucket));
734
return new
ListBucket
(_buckets.InsertAt(_buckets.Length, bucket));
760
return new
ListBucket
(_buckets.RemoveAt(pos));
1 reference to ListBucket
Microsoft.CodeAnalysis.CodeStyle (1)
ImmutableHashMap.cs (1)
695
/// Initializes a new instance of the <see cref="ImmutableHashMap<TKey, TValue>.
ListBucket
"/> class.