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