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