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