1 reference to StackObjectPool
Microsoft.AspNetCore.Components (1)
Rendering\RenderBatchBuilder.cs (1)
41= new StackObjectPool<Dictionary<object, KeyedItemInfo>>(maxPreservedItems: 10, () => new Dictionary<object, KeyedItemInfo>());