4 references to DiffsByComponentId
Microsoft.AspNetCore.Components.Forms.Tests (4)
src\Components\Shared\test\CapturedBatch.cs (4)
23=> GetComponentFrames<T>().SelectMany(f => DiffsByComponentId[f.ComponentId]); 28if (!DiffsByComponentId.ContainsKey(componentId)) 30DiffsByComponentId.Add(componentId, new List<RenderTreeDiff>()); 39DiffsByComponentId[componentId].Add(diffClone);