1 write to _authenticateTask
Microsoft.AspNetCore.Authentication (1)
AuthenticationHandler.cs (1)
252
_authenticateTask
= HandleAuthenticateAsync();
2 references to _authenticateTask
Microsoft.AspNetCore.Authentication (2)
AuthenticationHandler.cs (2)
250
if (
_authenticateTask
== null)
255
return
_authenticateTask
;