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