2 instantiations of AuthenticationServiceManager
System.Web.Extensions (2)
UI\ScriptManager.cs (1)
234_authenticationServiceManager = new AuthenticationServiceManager();
UI\ScriptManagerProxy.cs (1)
62_authenticationServiceManager = new AuthenticationServiceManager();
7 references to AuthenticationServiceManager
System.Web.Extensions (7)
UI\AuthenticationServiceManager.cs (2)
30AuthenticationServiceManager authManager; 53AuthenticationServiceManager.GenerateInitializationScript(ref sb, context, scriptManager, authServiceUrl);
UI\ScriptManager.cs (3)
99private AuthenticationServiceManager _authenticationServiceManager; 231public AuthenticationServiceManager AuthenticationService { 1095AuthenticationServiceManager.ConfigureAuthenticationService(ref sb, Context, this, _proxies);
UI\ScriptManagerProxy.cs (2)
39private AuthenticationServiceManager _authenticationServiceManager; 59public AuthenticationServiceManager AuthenticationService {