4 writes to _current
Microsoft.Build.Framework (4)
SegmentedDictionary`2.cs (4)
1153_current = default; 1171_current = new KeyValuePair<TKey, TValue>(entry._key, entry._value); 1177_current = default; 1213_current = default;
9 references to _current
Microsoft.Build.Framework (9)
SegmentedDictionary`2.cs (9)
1181public KeyValuePair<TKey, TValue> Current => _current; 1198return new DictionaryEntry(_current.Key, _current.Value); 1201return new KeyValuePair<TKey, TValue>(_current.Key, _current.Value); 1225return new DictionaryEntry(_current.Key, _current.Value); 1238return _current.Key; 1251return _current.Value;