2 writes to Value
Microsoft.CodeAnalysis (2)
Collections\SmallDictionary.cs (2)
128this.Value = value; 463currentNode.Value = value;
4 references to Value
Microsoft.CodeAnalysis (4)
Collections\SmallDictionary.cs (4)
228value = b.Value; 241value = next.Value; 657public V Current => _current!.Value; 763public KeyValuePair<K, V> Current => new KeyValuePair<K, V>(_current!.Key, _current!.Value);