2 writes to _nextRenderTcs
Microsoft.AspNetCore.Components.Web (2)
Virtualization\Virtualize.cs (2)
332_nextRenderTcs = renderCommitTcs; 457_nextRenderTcs = null;
3 references to _nextRenderTcs
Microsoft.AspNetCore.Components.Web (3)
Virtualization\Virtualize.cs (3)
454var pendingRenderTcs = _nextRenderTcs; 930_nextRenderTcs?.TrySetException(e); 1019_nextRenderTcs?.TrySetCanceled(CancellationToken.None);