1 instantiation of UnacknowledgedRenderBatch
Microsoft.AspNetCore.Components.WebView (1)
Services\WebViewRenderer.cs (1)
49
_unacknowledgedRenderBatches.Enqueue(new
UnacknowledgedRenderBatch
2 references to UnacknowledgedRenderBatch
Microsoft.AspNetCore.Components.WebView (2)
Services\WebViewRenderer.cs (2)
13
private readonly Queue<
UnacknowledgedRenderBatch
> _unacknowledgedRenderBatches = new();
75
var
nextUnacknowledgedBatch = _unacknowledgedRenderBatches.Dequeue();