2 references to CreateLengthBucketsArrayIfAppropriate
System.Collections.Immutable (2)
System\Collections\Frozen\String\LengthBucketsFrozenDictionary.cs (1)
37
int[]? lengthBuckets = LengthBuckets.
CreateLengthBucketsArrayIfAppropriate
(keys, comparer, minLength, maxLength);
System\Collections\Frozen\String\LengthBucketsFrozenSet.cs (1)
34
int[]? lengthBuckets = LengthBuckets.
CreateLengthBucketsArrayIfAppropriate
(items, comparer, minLength, maxLength);