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