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