2 writes to _index
Microsoft.AspNetCore.Components.AI (2)
Pipeline\BlockMappingContext.cs (2)
105
_index
= -1;
119
while (++
_index
< _contents.Count)
2 references to _index
Microsoft.AspNetCore.Components.AI (2)
Pipeline\BlockMappingContext.cs (2)
111
public AIContent Current => _contents[
_index
];
121
if (!_handled[
_index
])