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