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