1 instantiation of RoleProviderCollection
System.Web (1)
Security\Roles.cs (1)
529s_Providers = new RoleProviderCollection();
2 references to RoleProviderCollection
System.Web (2)
Security\Roles.cs (2)
42static public RoleProviderCollection Providers { get { EnsureEnabled(); return s_Providers;} } 588static private RoleProviderCollection s_Providers;