4 instantiations of ListBucket
Microsoft.CodeAnalysis.CodeStyle (4)
ImmutableHashMap.cs (4)
657return new ListBucket(new ValueBucket[] { this, bucket }); 724return new ListBucket(_buckets.ReplaceAt(pos, bucket)); 734return new ListBucket(_buckets.InsertAt(_buckets.Length, bucket)); 760return 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&lt;TKey, TValue&gt;.ListBucket"/> class.