1 write to _keys
System.Collections.Immutable (1)
System\Collections\Frozen\FrozenDictionary.cs (1)
637_keys = keys;
4 references to _keys
System.Collections.Immutable (4)
System\Collections\Frozen\FrozenDictionary.cs (4)
646if ((uint)_index < (uint)_keys.Length) 651_index = _keys.Length; 660if ((uint)_index >= (uint)_keys.Length) 665return new KeyValuePair<TKey, TValue>(_keys[_index], _values[_index]);