1 write to DisableAllCaching
System (1)
net\System\Net\Configuration\RequestCachingSection.cs (1)
82this.DisableAllCaching = true;
3 references to DisableAllCaching
System (3)
net\System\Net\Configuration\RequestCachingSection.cs (3)
77bool tempDisableAllCaching = this.DisableAllCaching; 164if (!section.DisableAllCaching) 179if (section.DisableAllCaching)