4 writes to _current
Microsoft.CodeAnalysis.Workspaces (4)
src\Dependencies\Collections\SegmentedDictionary`2.cs (4)
1187_current = default; 1205_current = new KeyValuePair<TKey, TValue>(entry._key, entry._value); 1211_current = default; 1247_current = default;
9 references to _current
Microsoft.CodeAnalysis.Workspaces (9)
src\Dependencies\Collections\SegmentedDictionary`2.cs (9)
1215public readonly KeyValuePair<TKey, TValue> Current => _current; 1232return new DictionaryEntry(_current.Key, _current.Value); 1235return new KeyValuePair<TKey, TValue>(_current.Key, _current.Value); 1259return new DictionaryEntry(_current.Key, _current.Value); 1272return _current.Key; 1285return _current.Value;