23 references to RenderRootComponentAsync
Microsoft.AspNetCore.Components (1)
RenderTree\Renderer.cs (1)
262return RenderRootComponentAsync(componentId, ParameterView.Empty);
Microsoft.AspNetCore.Components.Authorization.Tests (2)
src\Components\Shared\test\TestRenderer.cs (2)
63var task = Dispatcher.InvokeAsync(() => base.RenderRootComponentAsync(componentId, parameters ?? ParameterView.Empty)); 71=> Dispatcher.InvokeAsync(() => base.RenderRootComponentAsync(componentId, parameters));
Microsoft.AspNetCore.Components.Endpoints.Tests (6)
EndpointHtmlRendererTest.cs (4)
62() => renderer.RenderRootComponentAsync(id, ParameterView.Empty)); 69await renderer.Dispatcher.InvokeAsync(() => renderer.RenderRootComponentAsync(id, ParameterView.Empty)); 1542await renderer.Dispatcher.InvokeAsync(() => renderer.RenderRootComponentAsync(id, ParameterView.Empty)); 1606await renderer.Dispatcher.InvokeAsync(() => renderer.RenderRootComponentAsync(
ImportMapTest.cs (2)
296var task = Dispatcher.InvokeAsync(() => base.RenderRootComponentAsync(componentId, parameters ?? ParameterView.Empty)); 304=> Dispatcher.InvokeAsync(() => base.RenderRootComponentAsync(componentId, parameters));
Microsoft.AspNetCore.Components.Forms.Tests (2)
src\Components\Shared\test\TestRenderer.cs (2)
63var task = Dispatcher.InvokeAsync(() => base.RenderRootComponentAsync(componentId, parameters ?? ParameterView.Empty)); 71=> Dispatcher.InvokeAsync(() => base.RenderRootComponentAsync(componentId, parameters));
Microsoft.AspNetCore.Components.Server (2)
Circuits\RemoteRenderer.cs (1)
73return RenderRootComponentAsync(componentId, parameters);
src\Components\Shared\src\WebRootComponentManager.cs (1)
216=> renderer.RenderRootComponentAsync(_interactiveComponentId, _latestParameters.Parameters);
Microsoft.AspNetCore.Components.Server.Tests (1)
Circuits\RemoteRendererTest.cs (1)
713await RenderRootComponentAsync(componentId, initialParameters);
Microsoft.AspNetCore.Components.Tests (2)
src\Components\Shared\test\TestRenderer.cs (2)
63var task = Dispatcher.InvokeAsync(() => base.RenderRootComponentAsync(componentId, parameters ?? ParameterView.Empty)); 71=> Dispatcher.InvokeAsync(() => base.RenderRootComponentAsync(componentId, parameters));
Microsoft.AspNetCore.Components.Web (2)
HtmlRendering\StaticHtmlRenderer.cs (1)
70var quiescenceTask = RenderRootComponentAsync(componentId, initialParameters);
JSComponents\JSComponentInterop.cs (1)
149_ = Renderer.RenderRootComponentAsync(componentId, parameterViewBuilder.ToParameterView());
Microsoft.AspNetCore.Components.Web.Tests (2)
src\Components\Shared\test\TestRenderer.cs (2)
63var task = Dispatcher.InvokeAsync(() => base.RenderRootComponentAsync(componentId, parameters ?? ParameterView.Empty)); 71=> Dispatcher.InvokeAsync(() => base.RenderRootComponentAsync(componentId, parameters));
Microsoft.AspNetCore.Components.WebAssembly (2)
Rendering\WebAssemblyRenderer.cs (1)
96return RenderRootComponentAsync(componentId, parameters);
src\Components\Shared\src\WebRootComponentManager.cs (1)
216=> renderer.RenderRootComponentAsync(_interactiveComponentId, _latestParameters.Parameters);
Microsoft.AspNetCore.Components.WebView (1)
Services\WebViewRenderer.cs (1)
68=> base.RenderRootComponentAsync(componentId, parameters);