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