3 writes to _loading
Microsoft.AspNetCore.Components.Web (3)
Virtualization\Virtualize.cs (3)
958
_loading
= true;
1051
_loading
= false;
1084
_loading
= false;
4 references to _loading
Microsoft.AspNetCore.Components.Web (4)
Virtualization\Virtualize.cs (4)
513
await _jsInterop.RefreshObserversAsync(
_loading
);
532
&& !
_loading
578
if (_loadedItems != null && !
_loading
&& _itemCount == 0 && _emptyContent != null)
806
else if (_initialIndex.Phase == InitialIndexPhase.Pending && !
_loading
)