1 write to Key
Microsoft.CodeAnalysis (1)
Collections\SmallDictionary.cs (1)
127
this.
Key
= key;
5 references to Key
Microsoft.CodeAnalysis (5)
Collections\SmallDictionary.cs (5)
226
if (CompareKeys(b.
Key
, key))
239
if (CompareKeys(key, next.
Key
))
456
if (CompareKeys(currentNode.
Key
, key))
540
public K Current => _current!.
Key
;
763
public KeyValuePair<K, V> Current => new KeyValuePair<K, V>(_current!.
Key
, _current!.Value);