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)
29
var frames = _renderer.GetCurrentRenderTreeFrames(
_layoutViewComponentId
).AsEnumerable();
48
var frames = _renderer.GetCurrentRenderTreeFrames(
_layoutViewComponentId
).AsEnumerable();
70
var layoutViewFrames = _renderer.GetCurrentRenderTreeFrames(
_layoutViewComponentId
).AsEnumerable();
100
var layoutViewFrames = _renderer.GetCurrentRenderTreeFrames(
_layoutViewComponentId
).AsEnumerable();
132
var layoutViewFrames = _renderer.GetCurrentRenderTreeFrames(
_layoutViewComponentId
).AsEnumerable();