12 references to ApplicationServiceManager
System.Web.Extensions (12)
UI\AuthenticationServiceManager.cs (3)
49
authServiceUrl =
ApplicationServiceManager
.MergeServiceUrls(authManager.Path, authServiceUrl, proxy);
61
sb = new StringBuilder(
ApplicationServiceManager
.StringBuilderCapacity);
77
sb = new StringBuilder(
ApplicationServiceManager
.StringBuilderCapacity);
UI\ProfileServiceManager.cs (4)
62
profileServiceUrl =
ApplicationServiceManager
.MergeServiceUrls(profileManager.Path, profileServiceUrl, proxy);
86
sb = new StringBuilder(
ApplicationServiceManager
.StringBuilderCapacity);
110
sb = new StringBuilder(
ApplicationServiceManager
.StringBuilderCapacity);
119
sb = new StringBuilder(
ApplicationServiceManager
.StringBuilderCapacity);
UI\RoleServiceManager.cs (5)
58
roleServiceUrl =
ApplicationServiceManager
.MergeServiceUrls(roleManager.Path, roleServiceUrl, proxy);
72
sb = new StringBuilder(
ApplicationServiceManager
.StringBuilderCapacity);
97
sb = new StringBuilder(
ApplicationServiceManager
.StringBuilderCapacity);
112
sb = new StringBuilder(
ApplicationServiceManager
.StringBuilderCapacity);
120
sb = new StringBuilder(
ApplicationServiceManager
.StringBuilderCapacity);