1 write to _propProviders
System.Web (1)
Configuration\CacheSection.cs (1)
63_propProviders = new ConfigurationProperty("providers", typeof(ProviderSettingsCollection), null, ConfigurationPropertyOptions.None);
2 references to _propProviders
System.Web (2)
Configuration\CacheSection.cs (2)
111_properties.Add(_propProviders); 126return (ProviderSettingsCollection)base[_propProviders];