1 write to s_Providers
System.Web (1)
Profile\ProfileManager.cs (1)
366s_Providers = new ProfileProviderCollection();
4 references to s_Providers
System.Web (4)
Profile\ProfileManager.cs (4)
317return s_Providers; 368ProvidersHelper.InstantiateProviders(config.Providers, s_Providers, typeof(ProfileProvider)); 375s_Providers.SetReadOnly(); 380s_Provider = (ProfileProvider)s_Providers[config.DefaultProvider];