4 writes to _current
Microsoft.Build (4)
src\msbuild\artifacts\.packages\microsoft.codeanalysis.collections\5.0.0-1.25277.114\contentFiles\cs\net9.0\Segmented\SegmentedDictionary`2.cs (4)
1189_current = default; 1207_current = new KeyValuePair<TKey, TValue>(entry._key, entry._value); 1213_current = default; 1249_current = default;
9 references to _current
Microsoft.Build (9)
src\msbuild\artifacts\.packages\microsoft.codeanalysis.collections\5.0.0-1.25277.114\contentFiles\cs\net9.0\Segmented\SegmentedDictionary`2.cs (9)
1217public readonly KeyValuePair<TKey, TValue> Current => _current; 1234return new DictionaryEntry(_current.Key, _current.Value); 1237return new KeyValuePair<TKey, TValue>(_current.Key, _current.Value); 1261return new DictionaryEntry(_current.Key, _current.Value); 1274return _current.Key; 1287return _current.Value;