6 references to DiffsByComponentId
Microsoft.AspNetCore.Components.Web.Tests (6)
Forms\InputBaseTest.cs (2)
394Assert.Equal(inputComponentId, batch2.DiffsByComponentId.Keys.Single()); 525Assert.Equal(inputComponentId, batch2.DiffsByComponentId.Keys.Single());
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);