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)
454
var pendingRenderTcs =
_nextRenderTcs
;
930
_nextRenderTcs
?.TrySetException(e);
1019
_nextRenderTcs
?.TrySetCanceled(CancellationToken.None);