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;
1293
object IEnumerator.Current =>
_current
.Value;
1295
DictionaryEntry IDictionaryEnumerator.Entry =>
_current
;
1297
object IDictionaryEnumerator.Key =>
_current
.Key;
1299
object IDictionaryEnumerator.Value =>
_current
.Value;