2 instantiations of ProfileServiceManager
System.Web.Extensions (2)
UI\ScriptManager.cs (1)
656_profileServiceManager = new ProfileServiceManager();
UI\ScriptManagerProxy.cs (1)
119_profileServiceManager = new ProfileServiceManager();
8 references to ProfileServiceManager
System.Web.Extensions (8)
UI\ProfileServiceManager.cs (3)
37ProfileServiceManager profileManager; 70loadedProperties = ProfileServiceManager.MergeProperties(loadedProperties, profileManager._loadProperties); 77ProfileServiceManager.GenerateInitializationScript(ref sb, context, scriptManager, profileServiceUrl, loadedProperties);
UI\ScriptManager.cs (3)
98private ProfileServiceManager _profileServiceManager; 653public ProfileServiceManager ProfileService { 1094ProfileServiceManager.ConfigureProfileService(ref sb, Context, this, _proxies);
UI\ScriptManagerProxy.cs (2)
38private ProfileServiceManager _profileServiceManager; 116public ProfileServiceManager ProfileService {