3 writes to Value
Test.Utilities (3)
SmallDictionary.cs (3)
122currentNode.Value = temp.Value; 233this.Value = value; 573currentNode.Value = value;
5 references to Value
Test.Utilities (5)
SmallDictionary.cs (5)
122currentNode.Value = temp.Value; 338value = b.Value; 351value = next.Value; 768public readonly V Current => _current!.Value; 874public readonly KeyValuePair<K, V> Current => new(_current!.Key, _current!.Value);