1 write to _minLength
System.Collections.Immutable (1)
System\Collections\Frozen\String\LengthBucketsFrozenDictionary.cs (1)
28_minLength = minLength;
2 references to _minLength
System.Collections.Immutable (2)
System\Collections\Frozen\String\LengthBucketsFrozenDictionary.AlternateLookup.cs (1)
21int bucketIndex = (key.Length - _minLength) * LengthBuckets.MaxPerLength;
System\Collections\Frozen\String\LengthBucketsFrozenDictionary.cs (1)
62int bucketIndex = (key.Length - _minLength) * LengthBuckets.MaxPerLength;