2 writes to _nextRenderTcs
Microsoft.AspNetCore.Components.Web (2)
Virtualization\Virtualize.cs (2)
333_nextRenderTcs = renderCommitTcs; 465_nextRenderTcs = null;
3 references to _nextRenderTcs
Microsoft.AspNetCore.Components.Web (3)
Virtualization\Virtualize.cs (3)
462var pendingRenderTcs = _nextRenderTcs; 1071_nextRenderTcs?.TrySetException(e); 1175_nextRenderTcs?.TrySetCanceled(CancellationToken.None);