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