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