20 references to AssignRootComponentId
Microsoft.AspNetCore.Components.Authorization.Tests (20)
AuthorizeRouteViewTest.cs (2)
40_authorizeRouteViewComponentId = _renderer.AssignRootComponentId(_authorizeRouteViewComponent); 307var rootComponentId = _renderer.AssignRootComponentId(rootComponent);
AuthorizeViewTest.cs (14)
33renderer.AssignRootComponentId(rootComponent); 62renderer.AssignRootComponentId(rootComponent); 96renderer.AssignRootComponentId(rootComponent); 126renderer.AssignRootComponentId(rootComponent); 162renderer.AssignRootComponentId(rootComponent); 199renderer.AssignRootComponentId(rootComponent); 243renderer.AssignRootComponentId(rootComponent); 264renderer.AssignRootComponentId(rootComponent); 307renderer.AssignRootComponentId(rootComponent); 365renderer.AssignRootComponentId(rootComponent); 417renderer.AssignRootComponentId(rootComponent); 440renderer.AssignRootComponentId(rootComponent); 465renderer.AssignRootComponentId(rootComponent); 489renderer.AssignRootComponentId(rootComponent);
CascadingAuthenticationStateTest.cs (4)
27renderer.AssignRootComponentId(component); 48renderer.AssignRootComponentId(component); 81renderer.AssignRootComponentId(component); 131renderer.AssignRootComponentId(component);