1 write to OldIndex
Microsoft.AspNetCore.Components (1)
Rendering\KeyedItemInfo.cs (1)
16OldIndex = oldIndex;
2 references to OldIndex
Microsoft.AspNetCore.Components (2)
RenderTree\RenderTreeDiffBuilder.cs (2)
122var newKeyIsInOldTree = newKeyItemInfo.OldIndex >= 0; 365result[key] = new KeyedItemInfo(existingEntry.OldIndex, newStartIndex);