3 references to Create
System.Web (2)
HttpContext.cs (1)
1278_Profile = ProfileBase.Create(Request.IsAuthenticated ? User.Identity.Name : Request.AnonymousID, Request.IsAuthenticated);
Profile\HttpProfileBase.cs (1)
179return Create(username, true);
System.Web.Extensions (1)
ApplicationServices\ProfileService.cs (1)
309return ProfileBase.Create(name, isAuthenticated);