2 references to GetValueBuckets
Microsoft.CodeAnalysis.CodeStyle (2)
ImmutableHashMap.cs (2)
323
get { return this.
GetValueBuckets
().Select(vb => vb.Value); }
430
=> this.
GetValueBuckets
().Select(vb => new KeyValuePair<TKey, TValue>(vb.Key, vb.Value)).GetEnumerator();