6 references to NestedLayout
Microsoft.AspNetCore.Components.Tests (6)
LayoutViewTest.cs (6)
121{ nameof(LayoutView.Layout), typeof(NestedLayout) }, 142frame => AssertFrame.Component<NestedLayout>(frame, subtreeLength: 2, sequence: 0), 146var nestedLayoutComponentId = batch.GetComponentFrames<NestedLayout>().Single().ComponentId; 162{ nameof(LayoutView.Layout), typeof(NestedLayout) }, 172{ nameof(LayoutView.Layout), typeof(NestedLayout) }, 206{ nameof(LayoutView.Layout), typeof(NestedLayout) },