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]);
28
if (!
DiffsByComponentId
.ContainsKey(componentId))
30
DiffsByComponentId
.Add(componentId, new List<RenderTreeDiff>());
39
DiffsByComponentId
[componentId].Add(diffClone);