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