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;
1290
object IEnumerator.Current =>
_current
.Value;
1292
DictionaryEntry IDictionaryEnumerator.Entry =>
_current
;
1294
object IDictionaryEnumerator.Key =>
_current
.Key;
1296
object IDictionaryEnumerator.Value =>
_current
.Value;