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)
108
e.Context.
_Profile
= e.Profile;
4 references to _Profile
System.Web (4)
HttpContext.cs (2)
1277
if (
_Profile
== null && _ProfileDelayLoad)
1279
return
_Profile
;
Profile\ProfileModule.cs (2)
138
if (context.
_Profile
== null || (object)context.
_Profile
== (object)ProfileBase.SingletonInstance)