2 writes to NewSiblingIndex
Microsoft.AspNetCore.Components (2)
Rendering\KeyedItemInfo.cs (2)
19NewSiblingIndex = -1; 26NewSiblingIndex = newSiblingIndex;
3 references to NewSiblingIndex
Microsoft.AspNetCore.Components (3)
Rendering\KeyedItemInfo.cs (1)
30=> new KeyedItemInfo(this, oldSiblingIndex, NewSiblingIndex);
RenderTree\RenderTreeDiffBuilder.cs (2)
297if (value.OldSiblingIndex >= 0 && value.NewSiblingIndex >= 0) 302RenderTreeEdit.PermutationListEntry(value.OldSiblingIndex, value.NewSiblingIndex));