1 write to defaultCache
System (1)
net\System\Net\Configuration\RequestCachingSection.cs (1)
177
this.
defaultCache
= new Microsoft.Win32.WinInetCache(this.IsPrivateCache, true, true);
1 reference to defaultCache
System (1)
net\System\Net\Configuration\RequestCachingSection.cs (1)
248
get { return this.
defaultCache
; }