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