1 instantiation of ProfileService
System.Web.Extensions (1)
ApplicationServices\ApplicationServicesHostFactory.cs (1)
17
host = new ServiceHost(new
ProfileService
(), baseAddresses);
1 reference to ProfileService
System.Web.Extensions (1)
ApplicationServices\ApplicationServicesHostFactory.cs (1)
16
if (typeof(
ProfileService
).Equals(serviceType)) {