4 references to AssignRootComponentId
Microsoft.AspNetCore.Components (2)
RenderTree\Renderer.cs (2)
274
/// <param name="componentId">The ID returned by <see cref="
AssignRootComponentId
(IComponent)"/>.</param>
293
/// <param name="componentId">The ID returned by <see cref="
AssignRootComponentId
(IComponent)"/>.</param>
Microsoft.AspNetCore.Components.Web (2)
HtmlRendering\StaticHtmlRenderer.cs (1)
69
var componentId =
AssignRootComponentId
(component);
WebRenderer.cs (1)
77
var componentId =
AssignRootComponentId
(component);