3 writes to _currentScrollCts
Microsoft.AspNetCore.Components.Web (3)
Virtualization\Virtualize.cs (3)
262
_currentScrollCts
= ourCts;
293
_currentScrollCts
= null;
655
_currentScrollCts
= null;
6 references to _currentScrollCts
Microsoft.AspNetCore.Components.Web (6)
Virtualization\Virtualize.cs (6)
259
_currentScrollCts
?.Cancel();
291
if (ReferenceEquals(
_currentScrollCts
, ourCts))
484
var shouldRestore = _pendingAnchorRestore && !_pendingScrollToBottom &&
_currentScrollCts
is null;
643
if (
_currentScrollCts
is null)
654
_currentScrollCts
.Cancel();
973
_currentScrollCts
?.Cancel();