4 references to ProfileService
System.Web.Extensions (4)
Profile\ProfileService.cs (3)
140return ProfileService.GetProfile(context, null); 152return ProfileService.GetProfile(context, properties); 170return ProfileService.SetProfile(context, values);
Script\Services\WebServiceData.cs (1)
64return new WebServiceData(typeof(System.Web.Profile.ProfileService), false);