3 writes to _currentScrollCts
Microsoft.AspNetCore.Components.Web (3)
Virtualization\Virtualize.cs (3)
265
_currentScrollCts
= ourCts;
296
_currentScrollCts
= null;
654
_currentScrollCts
= null;
6 references to _currentScrollCts
Microsoft.AspNetCore.Components.Web (6)
Virtualization\Virtualize.cs (6)
262
_currentScrollCts
?.Cancel();
294
if (ReferenceEquals(
_currentScrollCts
, ourCts))
487
var shouldRestore = _pendingAnchorRestore && !_pendingScrollToBottom &&
_currentScrollCts
is null;
642
if (
_currentScrollCts
is null)
653
_currentScrollCts
.Cancel();
1018
_currentScrollCts
?.Cancel();