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)
13private readonly Queue<UnacknowledgedRenderBatch> _unacknowledgedRenderBatches = new(); 75var nextUnacknowledgedBatch = _unacknowledgedRenderBatches.Dequeue();