2 writes to Key
Test.Utilities (2)
SmallDictionary.cs (2)
123currentNode.Key = temp.Key; 232this.Key = key;
6 references to Key
Test.Utilities (6)
SmallDictionary.cs (6)
123currentNode.Key = temp.Key; 336if (CompareKeys(b.Key, key)) 349if (CompareKeys(key, next.Key)) 566if (CompareKeys(currentNode.Key, key)) 650public readonly K Current => _current!.Key; 874public readonly KeyValuePair<K, V> Current => new(_current!.Key, _current!.Value);