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