3 writes to _currentScrollCts
Microsoft.AspNetCore.Components.Web (3)
Virtualization\Virtualize.cs (3)
265
_currentScrollCts
= ourCts;
295
_currentScrollCts
= null;
656
_currentScrollCts
= null;
8 references to _currentScrollCts
Microsoft.AspNetCore.Components.Web (8)
Virtualization\Virtualize.cs (8)
262
_currentScrollCts
?.Cancel();
293
if (ReferenceEquals(
_currentScrollCts
, ourCts))
494
var shouldRestore = _pendingAnchorRestore && !_pendingScrollToBottom &&
_currentScrollCts
is null;
653
if (
_currentScrollCts
is not null)
655
_currentScrollCts
.Cancel();
686
if (
_currentScrollCts
is not null)
728
else if (reason == SpacerVisibilityReason.ViewportFill &&
_currentScrollCts
is not null)
1174
_currentScrollCts
?.Cancel();