11 references to AssignRootComponentId
Microsoft.AspNetCore.Components (2)
RenderTree\Renderer.cs (2)
239/// <param name="componentId">The ID returned by <see cref="AssignRootComponentId(IComponent)"/>.</param> 258/// <param name="componentId">The ID returned by <see cref="AssignRootComponentId(IComponent)"/>.</param>
Microsoft.AspNetCore.Components.Authorization.Tests (1)
src\Components\Shared\test\TestRenderer.cs (1)
53=> base.AssignRootComponentId(component);
Microsoft.AspNetCore.Components.Endpoints.Tests (1)
ImportMapTest.cs (1)
286=> base.AssignRootComponentId(component);
Microsoft.AspNetCore.Components.Forms.Tests (1)
src\Components\Shared\test\TestRenderer.cs (1)
53=> base.AssignRootComponentId(component);
Microsoft.AspNetCore.Components.Tests (2)
RendererTest.cs (1)
5174=> base.AssignRootComponentId(component);
src\Components\Shared\test\TestRenderer.cs (1)
53=> base.AssignRootComponentId(component);
Microsoft.AspNetCore.Components.Web (2)
HtmlRendering\StaticHtmlRenderer.cs (1)
70var componentId = AssignRootComponentId(component);
WebRenderer.cs (1)
80var componentId = AssignRootComponentId(component);
Microsoft.AspNetCore.Components.Web.Tests (1)
src\Components\Shared\test\TestRenderer.cs (1)
53=> base.AssignRootComponentId(component);
Wasm.Performance.ConsoleHost (1)
ConsoleHostRenderer.cs (1)
36=> base.AssignRootComponentId(component);