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