3 writes to _currentScrollCts
Microsoft.AspNetCore.Components.Web (3)
Virtualization\Virtualize.cs (3)
262
_currentScrollCts
= ourCts;
293
_currentScrollCts
= null;
651
_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;
639
if (
_currentScrollCts
is null)
650
_currentScrollCts
.Cancel();
969
_currentScrollCts
?.Cancel();