1 write to _lastRenderedPlaceholderCount
Microsoft.AspNetCore.Components.Web (1)
Virtualization\Virtualize.cs (1)
271
_lastRenderedPlaceholderCount
= Math.Max(0, lastItemIndex - _itemsBefore - _lastRenderedItemCount);
1 reference to _lastRenderedPlaceholderCount
Microsoft.AspNetCore.Components.Web (1)
Virtualization\Virtualize.cs (1)
344
_itemSize = (spacerSeparation - (
_lastRenderedPlaceholderCount
* _itemSize)) / _lastRenderedItemCount;