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