9 references to ProvidersHelper
System.Web (9)
Cache\cache.cs (2)
224_internalCache = (CacheStoreProvider)ProvidersHelper.InstantiateProvider(cacheProviderSettings, typeof(CacheStoreProvider)); 254_objectCache = (CacheStoreProvider)ProvidersHelper.InstantiateProvider(cacheProviderSettings, typeof(CacheStoreProvider));
Configuration\OutputCacheSection.cs (1)
204ProvidersHelper.InstantiateProviders(providers, collection, typeof(OutputCacheProvider));
Configuration\SiteMapSection.cs (1)
120ProvidersHelper.InstantiateProviders(Providers, siteMapProviders, typeof(SiteMapProvider));
Profile\ProfileManager.cs (1)
368ProvidersHelper.InstantiateProviders(config.Providers, s_Providers, typeof(ProfileProvider));
Security\Membership.cs (1)
462ProvidersHelper.InstantiateProviders(settings.Providers, s_Providers, typeof(MembershipProvider));
Security\Roles.cs (1)
532ProvidersHelper.InstantiateProviders(settings.Providers, s_Providers, typeof(RoleProvider));
State\SessionStateModule.cs (1)
263return (SessionStateStoreProviderBase)ProvidersHelper.InstantiateProvider(settings, typeof(SessionStateStoreProviderBase));
UI\WebParts\PersonalizationAdministration.cs (1)
70ProvidersHelper.InstantiateProviders(personalization.Providers, _providers, typeof(PersonalizationProvider));