3 writes to _currentScrollCts
Microsoft.AspNetCore.Components.Web (3)
Virtualization\Virtualize.cs (3)
261
_currentScrollCts
= ourCts;
292
_currentScrollCts
= null;
661
_currentScrollCts
= null;
6 references to _currentScrollCts
Microsoft.AspNetCore.Components.Web (6)
Virtualization\Virtualize.cs (6)
258
_currentScrollCts
?.Cancel();
290
if (ReferenceEquals(
_currentScrollCts
, ourCts))
483
var shouldRestore = _pendingAnchorRestore && !_pendingScrollToBottom &&
_currentScrollCts
is null;
649
if (
_currentScrollCts
is null)
660
_currentScrollCts
.Cancel();
1028
_currentScrollCts
?.Cancel();