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