6 references to Providers
System.Web (6)
Cache\OutputCache.cs (6)
127if (Providers == null) 132if (Providers == null) 426return (Providers == null) ? (s_cEntries != 0) : true; 435OutputCacheProviderCollection providers = Providers; 597OutputCacheProviderCollection providers = Providers; 625OutputCacheProviderCollection providers = Providers;