1 write to _layoutViewComponentId
Microsoft.AspNetCore.Components.Tests (1)
LayoutViewTest.cs (1)
20_layoutViewComponentId = _renderer.AssignRootComponentId(_layoutViewComponent);
5 references to _layoutViewComponentId
Microsoft.AspNetCore.Components.Tests (5)
LayoutViewTest.cs (5)
29var frames = _renderer.GetCurrentRenderTreeFrames(_layoutViewComponentId).AsEnumerable(); 48var frames = _renderer.GetCurrentRenderTreeFrames(_layoutViewComponentId).AsEnumerable(); 70var layoutViewFrames = _renderer.GetCurrentRenderTreeFrames(_layoutViewComponentId).AsEnumerable(); 100var layoutViewFrames = _renderer.GetCurrentRenderTreeFrames(_layoutViewComponentId).AsEnumerable(); 132var layoutViewFrames = _renderer.GetCurrentRenderTreeFrames(_layoutViewComponentId).AsEnumerable();