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