1 instantiation of StackObjectPool
Microsoft.AspNetCore.Components (1)
Rendering\RenderBatchBuilder.cs (1)
41
= new
StackObjectPool
<Dictionary<object, KeyedItemInfo>>(maxPreservedItems: 10, () => new Dictionary<object, KeyedItemInfo>());
2 references to StackObjectPool
Microsoft.AspNetCore.Components (2)
Rendering\RenderBatchBuilder.cs (1)
40
internal
StackObjectPool
<Dictionary<object, KeyedItemInfo>> KeyedItemInfoDictionaryPool { get; }
RenderTree\RenderTreeDiffBuilder.cs (1)
1052
public readonly
StackObjectPool
<Dictionary<object, KeyedItemInfo>> KeyedItemInfoDictionaryPool;