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
);
126
return (ProviderSettingsCollection)base[
_propProviders
];