1 write to _proxies
System.Web.Extensions (1)
8 references to _proxies
System.Web.Extensions (8)
UI\ScriptManager.cs (8)
664if (_proxies == null) {
667return _proxies;
1094ProfileServiceManager.ConfigureProfileService(ref sb, Context, this, _proxies);
1095AuthenticationServiceManager.ConfigureAuthenticationService(ref sb, Context, this, _proxies);
1096RoleServiceManager.ConfigureRoleService(ref sb, Context, this, _proxies);
1668AddScriptCollections(scripts, _proxies);
1785if (_proxies != null) {
1786foreach (ScriptManagerProxy proxy in _proxies) {