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); 69internal int HandledProgress => _handledCount + (_updateHandled ? 1 : 0);