2 writes to _KeyValueCollection
System.Configuration (2)
System\Configuration\AppSettingsSection.cs (2)
59
_KeyValueCollection
= new KeyValueInternalCollection(this);
86
_KeyValueCollection
= null;
2 references to _KeyValueCollection
System.Configuration (2)
System\Configuration\AppSettingsSection.cs (2)
58
if (
_KeyValueCollection
== null) {
61
return (NameValueCollection)
_KeyValueCollection
;