2 writes to isAuthorized
Microsoft.AspNetCore.Components.Authorization (2)
AuthorizeViewCore.cs (2)
90isAuthorized = null; 93isAuthorized = await IsAuthorizedAsync(currentAuthenticationState.User);
2 references to isAuthorized
Microsoft.AspNetCore.Components.Authorization (2)
AuthorizeViewCore.cs (2)
57if (isAuthorized == null) 61else if (isAuthorized == true)