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