3 references to _keys
System.Collections.Immutable (3)
System\Collections\Frozen\Integer\DenseIntegralFrozenDictionary.cs (3)
166private protected override TKey[] KeysCore => _keys; 170private protected override int CountCore => _keys.Length; 172private protected override Enumerator GetEnumeratorCore() => new Enumerator(_keys, _values);