2 writes to _cacheProviderSettings
System.Web (2)
Hosting\HostingEnvironment.cs (2)
1477
_cacheProviderSettings
= settings;
1481
_cacheProviderSettings
= AppDomain.CurrentDomain.GetData(".defaultObjectCacheProvider") as NameValueCollection;
3 references to _cacheProviderSettings
System.Web (3)
Hosting\HostingEnvironment.cs (3)
1459
if (
_cacheProviderSettings
== null) {
1486
if (
_cacheProviderSettings
!= null)
1487
return new NameValueCollection(
_cacheProviderSettings
);