8 types derived from ProviderBase
System.Configuration (1)
System\Configuration\ProtectedConfigurationProvider.cs (1)
15
public abstract class ProtectedConfigurationProvider :
ProviderBase
System.Web (5)
Cache\OutputCacheProvider.cs (1)
8
public abstract class OutputCacheProvider:
ProviderBase
{
Management\WebEvents.cs (1)
89
public abstract class WebEventProvider :
ProviderBase
{
SiteMapProvider.cs (1)
21
public abstract class SiteMapProvider :
ProviderBase
{
State\ISessionStateStore.cs (1)
31
public abstract class SessionStateStoreProviderBase :
ProviderBase
{
UI\WebParts\PersonalizationProvider.cs (1)
24
public abstract class PersonalizationProvider :
ProviderBase
{
System.Web.ApplicationServices (2)
Security\MembershipProvider.cs (1)
26
public abstract class MembershipProvider :
ProviderBase
Security\RoleProvider.cs (1)
23
public abstract class RoleProvider :
ProviderBase
21 references to ProviderBase
System.Configuration (5)
System\Configuration\ProtectedConfigurationProviderCollection.cs (1)
19
public override void Add(
ProviderBase
provider)
System\Configuration\ProviderCollection.cs (4)
30
public virtual void Add(
ProviderBase
provider)
55
public
ProviderBase
this[string name]
58
return _Hashtable[name] as
ProviderBase
;
97
public void CopyTo(
ProviderBase
[] array, int index)
System.Web (15)
Cache\OutputCacheProviderCollection.cs (1)
15
public override void Add(
ProviderBase
provider) {
Configuration\ProvidersHelper.cs (6)
21
public static
ProviderBase
InstantiateProvider(ProviderSettings providerSettings, Type providerType)
23
ProviderBase
provider = null;
32
provider = (
ProviderBase
)HttpRuntime.CreatePublicInstanceByWebObjectActivator(t);
52
internal static
ProviderBase
InstantiateProvider(NameValueCollection providerSettings, Type providerType) {
53
ProviderBase
provider = null;
63
provider = (
ProviderBase
)HttpRuntime.CreatePublicInstanceByWebObjectActivator(t);
Profile\ProfileProvider.cs (1)
42
public override void Add(
ProviderBase
provider)
Security\Roles.cs (1)
622
public override void Add(
ProviderBase
provider) {
SiteMap.cs (2)
76
String name = ((
ProviderBase
)rootProvider).Name;
127
public override void Add(
ProviderBase
provider) {
SiteMapNode.cs (1)
302
String name = ((
ProviderBase
)_provider.RootProvider).Name;
UI\WebParts\PersonalizationProviderCollection.cs (1)
22
public override void Add(
ProviderBase
provider) {
Util\SecUtil.cs (1)
241
internal static void CheckSchemaVersion(
ProviderBase
provider, SqlConnection connection, string[] features, string version, ref int schemaVersionCheck) {
XmlSiteMapProvider.cs (1)
629
SR.GetString(SR.XmlSiteMapProvider_invalid_GetRootNodeCore, ((
ProviderBase
)provider).Name));
System.Web.ApplicationServices (1)
Security\MembershipProviderCollection.cs (1)
18
public override void Add(
ProviderBase
provider) {