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)
37
ProfileServiceManager
profileManager;
70
loadedProperties =
ProfileServiceManager
.MergeProperties(loadedProperties, profileManager._loadProperties);
77
ProfileServiceManager
.GenerateInitializationScript(ref sb, context, scriptManager, profileServiceUrl, loadedProperties);
UI\ScriptManager.cs (3)
98
private
ProfileServiceManager
_profileServiceManager;
653
public
ProfileServiceManager
ProfileService {
1094
ProfileServiceManager
.ConfigureProfileService(ref sb, Context, this, _proxies);
UI\ScriptManagerProxy.cs (2)
38
private
ProfileServiceManager
_profileServiceManager;
116
public
ProfileServiceManager
ProfileService {