2 writes to _nextRenderTcs
Microsoft.AspNetCore.Components.Web (2)
Virtualization\Virtualize.cs (2)
329_nextRenderTcs = renderCommitTcs; 454_nextRenderTcs = null;
3 references to _nextRenderTcs
Microsoft.AspNetCore.Components.Web (3)
Virtualization\Virtualize.cs (3)
451var pendingRenderTcs = _nextRenderTcs; 923_nextRenderTcs?.TrySetException(e); 974_nextRenderTcs?.TrySetCanceled(CancellationToken.None);