5 references to AssertTreeIsValid
Microsoft.AspNetCore.Components (1)
Rendering\ComponentState.cs (1)
125_nextRenderTree.AssertTreeIsValid(Component);
Microsoft.AspNetCore.Components.Tests (4)
Rendering\RenderTreeBuilderTest.cs (4)
2035builder.AssertTreeIsValid(component); 2049var ex = Assert.Throws<InvalidOperationException>(() => builder.AssertTreeIsValid(component)); 2064var ex = Assert.Throws<InvalidOperationException>(() => builder.AssertTreeIsValid(component)); 2079var ex = Assert.Throws<InvalidOperationException>(() => builder.AssertTreeIsValid(component));