1 instantiation of AuthenticationService
System.Web.Extensions (1)
ApplicationServices\ApplicationServicesHostFactory.cs (1)
23host = new ServiceHost(new AuthenticationService(), baseAddresses);
1 reference to AuthenticationService
System.Web.Extensions (1)
ApplicationServices\ApplicationServicesHostFactory.cs (1)
22else if (typeof(AuthenticationService).Equals(serviceType)) {