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)
69var componentId = AssignRootComponentId(component);
WebRenderer.cs (1)
77var componentId = AssignRootComponentId(component);