7 references to Insert
Microsoft.AspNetCore.Components (7)
RenderTree\RenderTreeDiffBuilder.cs (7)
148action = oldKeyIsInNewTree ? DiffAction.Insert : DiffAction.Delete; 167action = newKeyIsInOldTree ? DiffAction.Delete : DiffAction.Insert; 176DiffAction.Insert => hasMoreNew, 203action = newSeq < oldSeq ? DiffAction.Insert : DiffAction.Delete; 233action = newLoopsBackLater ? DiffAction.Insert : DiffAction.Delete; 256action = oldLoopsBackLater ? DiffAction.Delete : DiffAction.Insert; 274case DiffAction.Insert: