6 references to _current
System.Configuration.ConfigurationManager (6)
System\Configuration\ConfigurationElementCollection.cs (6)
1278_current.Key = entry.GetKey(_thisCollection) ?? "key"; 1279_current.Value = entry.Value; 1290object IEnumerator.Current => _current.Value; 1292DictionaryEntry IDictionaryEnumerator.Entry => _current; 1294object IDictionaryEnumerator.Key => _current.Key; 1296object IDictionaryEnumerator.Value => _current.Value;