3 writes to _PropertyNameCollection
System.Configuration (3)
System\Configuration\ProviderSettings.cs (3)
36_PropertyNameCollection = null; 125_PropertyNameCollection = null; 170_PropertyNameCollection = new NameValueCollection(StringComparer.Ordinal);
8 references to _PropertyNameCollection
System.Configuration (8)
System\Configuration\ProviderSettings.cs (8)
83if (_PropertyNameCollection != null) 90if (_PropertyNameCollection.Get(prop.Name) == null) 113foreach (string Key in _PropertyNameCollection) 115string valueInCollection = _PropertyNameCollection[Key]; 164if (_PropertyNameCollection == null) 168if (_PropertyNameCollection == null) 176_PropertyNameCollection.Add(prop.Name, (string)base[prop]); 181return (NameValueCollection)_PropertyNameCollection;