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)
58if (_KeyValueCollection == null) { 61return (NameValueCollection)_KeyValueCollection;