1 write to KeyedItemInfoDictionaryPool
Microsoft.AspNetCore.Components (1)
RenderTree\RenderTreeDiffBuilder.cs (1)
1071KeyedItemInfoDictionaryPool = batchBuilder.KeyedItemInfoDictionaryPool;
2 references to KeyedItemInfoDictionaryPool
Microsoft.AspNetCore.Components (2)
RenderTree\RenderTreeDiffBuilder.cs (2)
320diffContext.KeyedItemInfoDictionaryPool.Return(keyedItemInfos); 327var result = diffContext.KeyedItemInfoDictionaryPool.Get();