2 writes to _nextRenderTcs
Microsoft.AspNetCore.Components.Web (2)
Virtualization\Virtualize.cs (2)
328_nextRenderTcs = renderCommitTcs; 453_nextRenderTcs = null;
3 references to _nextRenderTcs
Microsoft.AspNetCore.Components.Web (3)
Virtualization\Virtualize.cs (3)
450var pendingRenderTcs = _nextRenderTcs; 937_nextRenderTcs?.TrySetException(e); 1029_nextRenderTcs?.TrySetCanceled(CancellationToken.None);