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