2 writes to _user
Microsoft.AspNetCore.Authorization.Policy (2)
AuthenticationFeatures.cs (2)
29
_user
= _result?.Principal;
38
_user
= value;
1 reference to _user
Microsoft.AspNetCore.Authorization.Policy (1)
AuthenticationFeatures.cs (1)
35
get =>
_user
;