2 writes to _user
Microsoft.AspNetCore.Authentication (2)
AuthenticationFeatures.cs (2)
28
_user
= _result?.Principal;
37
_user
= value;
1 reference to _user
Microsoft.AspNetCore.Authentication (1)
AuthenticationFeatures.cs (1)
34
get =>
_user
;