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)
21
int bucketIndex = (key.Length -
_minLength
) * LengthBuckets.MaxPerLength;
System\Collections\Frozen\String\LengthBucketsFrozenDictionary.cs (1)
62
int bucketIndex = (key.Length -
_minLength
) * LengthBuckets.MaxPerLength;