2 references to GetAttributesEndIndexExclusive
Microsoft.AspNetCore.Components (2)
RenderTree\RenderTreeDiffBuilder.cs (2)
612
var oldFrameAttributesEndIndexExcl =
GetAttributesEndIndexExclusive
(oldTree, oldFrameIndex);
613
var newFrameAttributesEndIndexExcl =
GetAttributesEndIndexExclusive
(newTree, newFrameIndex);