6 references to _current
System.Configuration.ConfigurationManager (6)
System\Configuration\ConfigurationElementCollection.cs (6)
1281_current.Key = entry.GetKey(_thisCollection) ?? "key"; 1282_current.Value = entry.Value; 1293object IEnumerator.Current => _current.Value; 1295DictionaryEntry IDictionaryEnumerator.Entry => _current; 1297object IDictionaryEnumerator.Key => _current.Key; 1299object IDictionaryEnumerator.Value => _current.Value;