2 writes to _Profile
System.Web (2)
HttpContext.cs (1)
1278_Profile = ProfileBase.Create(Request.IsAuthenticated ? User.Identity.Name : Request.AnonymousID, Request.IsAuthenticated);
Profile\ProfileModule.cs (1)
108e.Context._Profile = e.Profile;
4 references to _Profile
System.Web (4)
HttpContext.cs (2)
1277if (_Profile == null && _ProfileDelayLoad) 1279return _Profile;
Profile\ProfileModule.cs (2)
138if (context._Profile == null || (object)context._Profile == (object)ProfileBase.SingletonInstance)