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