1 write to BatchId
Microsoft.AspNetCore.Components.WebView (1)
Services\WebViewRenderer.cs (1)
51
BatchId
= batchId,
2 references to BatchId
Microsoft.AspNetCore.Components.WebView (2)
Services\WebViewRenderer.cs (2)
76
if (nextUnacknowledgedBatch.
BatchId
!= batchId)
78
throw new InvalidOperationException($"Received unexpected acknowledgement for render batch {batchId} (next batch should be {nextUnacknowledgedBatch.
BatchId
})");