2 writes to isAuthorized
Microsoft.AspNetCore.Components.Authorization (2)
AuthorizeViewCore.cs (2)
88isAuthorized = null; 91isAuthorized = await IsAuthorizedAsync(currentAuthenticationState.User);
2 references to isAuthorized
Microsoft.AspNetCore.Components.Authorization (2)
AuthorizeViewCore.cs (2)
55if (isAuthorized == null) 59else if (isAuthorized == true)