1 write to _lastRenderedPlaceholderCount
Microsoft.AspNetCore.Components.Web (1)
Virtualization\Virtualize.cs (1)
307_lastRenderedPlaceholderCount = Math.Max(0, lastItemIndex - _itemsBefore - _lastRenderedItemCount);
2 references to _lastRenderedPlaceholderCount
Microsoft.AspNetCore.Components.Web (2)
Virtualization\Virtualize.cs (2)
350if (_lastRenderedItemCount <= 0 || _lastRenderedPlaceholderCount > 0) 414_itemSize = (spacerSeparation - (_lastRenderedPlaceholderCount * _itemSize)) / _lastRenderedItemCount;