3 writes to ProviderInternal
System.Web (3)
Profile\HttpProfileBase.cs (3)
511
pps.
ProviderInternal
= null;
533
pps.
ProviderInternal
= ProfileManager.Provider; // Use default provider
536
pps.
ProviderInternal
= ProfileManager.Providers[pps.Provider]; // Use specified provider
4 references to ProviderInternal
System.Web (4)
Profile\HttpProfileBase.cs (4)
514
bool requireSerializationCheck = pps.
ProviderInternal
== null || pps.
ProviderInternal
.GetType() == typeof(SqlProfileProvider);
523
SettingsProperty sp = new SettingsProperty(name, pps.TypeInternal, pps.
ProviderInternal
, pps.ReadOnly, pps.DefaultValue, (SettingsSerializeAs)pps.SerializeAs, settings, false, true);
540
if (pps.
ProviderInternal
== null)