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