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)
20
int bucketIndex = (item.Length -
_minLength
) * LengthBuckets.MaxPerLength;
System\Collections\Frozen\String\LengthBucketsFrozenSet.cs (1)
58
int bucketIndex = (item.Length -
_minLength
) * LengthBuckets.MaxPerLength;