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)
451
var pendingRenderTcs =
_nextRenderTcs
;
923
_nextRenderTcs
?.TrySetException(e);
974
_nextRenderTcs
?.TrySetCanceled(CancellationToken.None);