1 instantiation of OutputCacheProviderCollection
System.Web (1)
Configuration\OutputCacheSection.cs (1)
203OutputCacheProviderCollection collection = new OutputCacheProviderCollection();
8 references to OutputCacheProviderCollection
System.Web (8)
Cache\OutputCache.cs (5)
81private static OutputCacheProviderCollection s_providers; 405public static OutputCacheProviderCollection Providers { 435OutputCacheProviderCollection providers = Providers; 597OutputCacheProviderCollection providers = Providers; 625OutputCacheProviderCollection providers = Providers;
Configuration\OutputCacheSection.cs (3)
197internal OutputCacheProviderCollection CreateProviderCollection() { 203OutputCacheProviderCollection collection = new OutputCacheProviderCollection(); 209internal OutputCacheProvider GetDefaultProvider(OutputCacheProviderCollection providers) {