3 writes to _providers
System (3)
sys\system\configuration\ApplicationSettingsBase.cs (3)
169_providers = new SettingsProviderCollection(); 175_providers = new SettingsProviderCollection(); 504_providers = new SettingsProviderCollection();
7 references to _providers
System (7)
sys\system\configuration\ApplicationSettingsBase.cs (7)
165if (_providers == null) { 168if (_providers == null) { 180return _providers; 437SettingsProvider existing = _providers[spdr.Name]; 503if (_providers == null) { 512if (sp.Provider != null && _providers[sp.Provider.Name] == null) { 513_providers.Add(sp.Provider);