2 references to MoveToSiblingIndex
Microsoft.AspNetCore.Components.Tests (1)
RenderTreeDiffBuilderTest.cs (1)
2554
Assert.Equal(toSiblingIndex, edit.
MoveToSiblingIndex
);
Microsoft.AspNetCore.Components.WebView.Test (1)
Infrastructure\TestDocument.cs (1)
178
permutations.Add(new PermutationListEntry(childIndexAtCurrentDepth + edit.SiblingIndex, childIndexAtCurrentDepth + edit.
MoveToSiblingIndex
));