1 write to s_CacheConfigSettings
System (1)
net\System\Net\Cache\RequestCacheManager.cs (1)
110s_CacheConfigSettings = settings;
7 references to s_CacheConfigSettings
System (7)
net\System\Net\Cache\RequestCacheManager.cs (7)
48if (s_CacheConfigSettings == null) 51if(s_CacheConfigSettings.DisableAllCaching) 70if (s_CacheConfigSettings == null) 73return !s_CacheConfigSettings.DisableAllCaching; 83if (s_CacheConfigSettings == null) 86if(s_CacheConfigSettings.DisableAllCaching) 102if (s_CacheConfigSettings == null)