1 write to s_providers
System.Web (1)
Cache\OutputCache.cs (1)
116s_providers = settings.CreateProviderCollection();
5 references to s_providers
System.Web (5)
Cache\OutputCache.cs (5)
117s_defaultProvider = settings.GetDefaultProvider(s_providers); 144provider = s_providers[providerName]; 173OutputCacheProvider provider = (s_providers == null) ? null : s_providers[name]; 408return s_providers;