1 write to _failCalled
Microsoft.AspNetCore.Authorization (1)
AuthorizationHandlerContext.cs (1)
89
_failCalled
= true;
2 references to _failCalled
Microsoft.AspNetCore.Authorization (2)
AuthorizationHandlerContext.cs (2)
70
public virtual bool HasFailed { get { return
_failCalled
; } }
79
return !
_failCalled
&& _succeedCalled && !PendingRequirements.Any();