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)
350
if (_lastRenderedItemCount <= 0 ||
_lastRenderedPlaceholderCount
> 0)
414
_itemSize = (spacerSeparation - (
_lastRenderedPlaceholderCount
* _itemSize)) / _lastRenderedItemCount;