1 instantiation of RequestCachingSectionInternal
System (1)
net\System\Net\Configuration\RequestCachingSection.cs (1)
296return new RequestCachingSectionInternal(section);
5 references to RequestCachingSectionInternal
System (5)
net\System\Net\Cache\RequestCacheManager.cs (3)
32private static volatile RequestCachingSectionInternal s_CacheConfigSettings; 104RequestCachingSectionInternal settings = RequestCachingSectionInternal.GetSection();
net\System\Net\Configuration\RequestCachingSection.cs (2)
286static internal RequestCachingSectionInternal GetSection() 288lock (RequestCachingSectionInternal.ClassSyncObject)