2 writes to _result
Microsoft.AspNetCore.Authentication (2)
AuthenticationFeatures.cs (2)
27
_result
= value;
38
_result
= null;
2 references to _result
Microsoft.AspNetCore.Authentication (2)
AuthenticationFeatures.cs (2)
24
get =>
_result
;
28
_user =
_result
?.Principal;