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