3 types derived from AuthorizeViewCore
Microsoft.AspNetCore.Components.Authorization (2)
AuthorizeRouteView.cs (1)
124
private sealed class AuthorizeRouteViewCore :
AuthorizeViewCore
AuthorizeView.cs (1)
11
public class AuthorizeView :
AuthorizeViewCore
Microsoft.AspNetCore.Components.Authorization.Tests (1)
AuthorizeViewTest.cs (1)
572
public class AuthorizeViewCoreWithScheme :
AuthorizeViewCore
2 references to AuthorizeViewCore
Microsoft.AspNetCore.Components.Authorization.Tests (2)
AuthorizeRouteViewTest.cs (2)
294
component => Assert.IsAssignableFrom<
AuthorizeViewCore
>(component),
325
component => Assert.IsAssignableFrom<
AuthorizeViewCore
>(component),