30 references to RenderRootComponentAsync
Microsoft.AspNetCore.Components.Web.Tests (30)
Forms\DisplayNameTest.cs (2)
31async () => await testRenderer.RenderRootComponentAsync(componentId)); 180await testRenderer.RenderRootComponentAsync(componentId);
Forms\EditFormTest.cs (3)
43() => testRenderer.RenderRootComponentAsync(componentId)); 57() => testRenderer.RenderRootComponentAsync(componentId)); 217await _testRenderer.RenderRootComponentAsync(componentId);
Forms\InputBaseTest.cs (5)
377await renderer.RenderRootComponentAsync(rootComponentId); 413await renderer.RenderRootComponentAsync(rootComponentId); 445await renderer.RenderRootComponentAsync(rootComponentId); 480await renderer.RenderRootComponentAsync(rootComponentId); 508await renderer.RenderRootComponentAsync(rootComponentId);
Forms\InputCheckboxTest.cs (1)
66await _testRenderer.RenderRootComponentAsync(hostComponentId);
Forms\InputDateTest.cs (1)
95await _testRenderer.RenderRootComponentAsync(hostComponentId);
Forms\InputHiddenTest.cs (1)
66await _testRenderer.RenderRootComponentAsync(hostComponentId);
Forms\InputNumberTest.cs (1)
134await _testRenderer.RenderRootComponentAsync(hostComponentId);
Forms\InputRadioTest.cs (1)
115await testRenderer.RenderRootComponentAsync(componentId);
Forms\InputRenderer.cs (2)
20await testRenderer.RenderRootComponentAsync(componentId); 29await _testRenderer.RenderRootComponentAsync(componentId);
Forms\InputSelectTest.cs (1)
254await _testRenderer.RenderRootComponentAsync(hostComponentId);
Forms\InputTextAreaTest.cs (1)
66await _testRenderer.RenderRootComponentAsync(hostComponentId);
Forms\InputTextTest.cs (1)
89await _testRenderer.RenderRootComponentAsync(hostComponentId);
Forms\LabelTest.cs (3)
227() => testRenderer.RenderRootComponentAsync(componentId)); 420await testRenderer.RenderRootComponentAsync(componentId); 452await testRenderer.RenderRootComponentAsync(componentId);
Forms\Mapping\SupplyParameterFromFormTest.cs (2)
21await renderer.RenderRootComponentAsync(componentId); 49await renderer.RenderRootComponentAsync(componentId);
Virtualization\VirtualizeTest.cs (5)
30var ex = await Assert.ThrowsAsync<InvalidOperationException>(async () => await testRenderer.RenderRootComponentAsync(componentId)); 49var ex = await Assert.ThrowsAsync<InvalidOperationException>(async () => await testRenderer.RenderRootComponentAsync(componentId)); 68var ex = await Assert.ThrowsAsync<InvalidOperationException>(async () => await testRenderer.RenderRootComponentAsync(componentId)); 90await testRenderer.RenderRootComponentAsync(componentId); 98var ex = await Assert.ThrowsAsync<InvalidOperationException>(async () => await testRenderer.RenderRootComponentAsync(componentId));