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