1 write to _handledCount
Microsoft.AspNetCore.Components.AI (1)
Pipeline\BlockMappingContext.cs (1)
48
_handledCount
++;
2 references to _handledCount
Microsoft.AspNetCore.Components.AI (2)
Pipeline\BlockMappingContext.cs (2)
67
_handledCount
>= Update.Contents.Count && (Update.Contents.Count > 0 || _updateHandled);
69
internal int HandledProgress =>
_handledCount
+ (_updateHandled ? 1 : 0);