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