22 references to ProfileManager
System.Web (22)
Compilation\BaseCodeDomTreeGenerator.cs (1)
506if (!ProfileManager.Enabled)
Compilation\BuildManager.cs (1)
662specialFilesHashCodeCombiner.AddObject(ProfileManager.Enabled);
Compilation\ProfileBuildProvider.cs (2)
49if (!ProfileManager.Enabled) 52if (ProfileBase.GetPropertiesForCompilation().Count == 0 && !ProfileBase.InheritsFromCustomType && ProfileManager.DynamicProfileProperties.Count == 0) {
Profile\HttpProfileBase.cs (16)
104if (!ProfileManager.Enabled) 121base.Initialize(sc, s_Properties, ProfileManager.Providers); 184if (!ProfileManager.Enabled) 217if (!ProfileManager.Enabled) { 237if (!ProfileManager.Enabled) 258if (!ProfileManager.Enabled) 284if (!ProfileManager.Enabled) 303AddProfilePropertySettingsForCompilation(ProfileManager.DynamicProfileProperties, ht, null); 374if (!ProfileManager.Enabled || s_Initialized) { 396ProfileBase.AddPropertySettingsFromConfig(baseType, fAnonEnabled, hasLowTrust, ProfileManager.DynamicProfileProperties, null); 414ProfileProvider prov = hasLowTrust ? ProfileManager.Provider : null; 444prov = ProfileManager.Providers[((ProfileProviderAttribute)attrib).ProviderName]; 533pps.ProviderInternal = ProfileManager.Provider; // Use default provider 536pps.ProviderInternal = ProfileManager.Providers[pps.Provider]; // Use specified provider 640if (_DatesRetrieved || ProfileManager.Provider == null) 643ProfileInfoCollection coll = ProfileManager.Provider.FindProfilesByUserName(ProfileAuthenticationOption.All, _UserName, 0, 1, out totalRecords);
Profile\ProfileModule.cs (2)
93if (ProfileManager.Enabled) { 95if (ProfileManager.AutomaticSaveEnabled) {