10 references to NextSiblingIndex
Microsoft.AspNetCore.Components (10)
RenderTree\RenderTreeDiffBuilder.cs (10)
267oldStartIndex = NextSiblingIndex(oldTree[oldStartIndex], oldStartIndex);
268newStartIndex = NextSiblingIndex(newTree[newStartIndex], newStartIndex);
276newStartIndex = NextSiblingIndex(newTree[newStartIndex], newStartIndex);
282oldStartIndex = NextSiblingIndex(oldTree[oldStartIndex], oldStartIndex);
345oldStartIndex = NextSiblingIndex(frame, oldStartIndex);
369newStartIndex = NextSiblingIndex(frame, newStartIndex);
470oldStartIndex = NextSiblingIndex(oldTree[oldStartIndex], oldStartIndex);
478newStartIndex = NextSiblingIndex(newTree[newStartIndex], newStartIndex);
819regionChildFrameIndex = NextSiblingIndex(newTree[regionChildFrameIndex], regionChildFrameIndex);
881regionChildFrameIndex = NextSiblingIndex(oldTree[regionChildFrameIndex], regionChildFrameIndex);