1 write to _minLength
System.Collections.Immutable (1)
System\Collections\Frozen\String\LengthBucketsFrozenSet.cs (1)
25_minLength = minLength;
2 references to _minLength
System.Collections.Immutable (2)
System\Collections\Frozen\String\LengthBucketsFrozenSet.AlternateLookup.cs (1)
20int bucketIndex = (item.Length - _minLength) * LengthBuckets.MaxPerLength;
System\Collections\Frozen\String\LengthBucketsFrozenSet.cs (1)
58int bucketIndex = (item.Length - _minLength) * LengthBuckets.MaxPerLength;