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