21 references to AssignRootComponentId
Microsoft.AspNetCore.Components.Web.Tests (21)
Forms\EditFormTest.cs (3)
39var componentId = testRenderer.AssignRootComponentId(editForm); 53var componentId = testRenderer.AssignRootComponentId(editForm); 216var componentId = _testRenderer.AssignRootComponentId(hostComponent);
Forms\InputBaseTest.cs (5)
376var rootComponentId = renderer.AssignRootComponentId(rootComponent); 412var rootComponentId = renderer.AssignRootComponentId(rootComponent); 444var rootComponentId = renderer.AssignRootComponentId(rootComponent); 479var rootComponentId = renderer.AssignRootComponentId(rootComponent); 507var rootComponentId = renderer.AssignRootComponentId(rootComponent);
Forms\InputRadioTest.cs (1)
114var componentId = testRenderer.AssignRootComponentId(rootComponent);
Forms\InputRenderer.cs (1)
15var componentId = testRenderer.AssignRootComponentId(hostComponent);
Forms\Mapping\FormMappingScopeTest.cs (5)
37var id = _renderer.AssignRootComponentId(testComponent); 67var id = _renderer.AssignRootComponentId(testComponent); 88var id = _renderer.AssignRootComponentId(testComponent); 103var id = _renderer.AssignRootComponentId(testComponent); 124var id = _renderer.AssignRootComponentId(testComponent);
Forms\Mapping\SupplyParameterFromFormTest.cs (2)
20var componentId = renderer.AssignRootComponentId(formComponent); 48var componentId = renderer.AssignRootComponentId(formMappingScope);
Virtualization\VirtualizeTest.cs (4)
28var componentId = testRenderer.AssignRootComponentId(rootComponent); 47var componentId = testRenderer.AssignRootComponentId(rootComponent); 66var componentId = testRenderer.AssignRootComponentId(rootComponent); 87var componentId = testRenderer.AssignRootComponentId(rootComponent);