1 write to CapturedBatch
Microsoft.AspNetCore.Components.Endpoints.Tests (1)
ImportMapTest.cs (1)
281CapturedBatch = renderBatch;
2 references to CapturedBatch
Microsoft.AspNetCore.Components.Endpoints.Tests (2)
ImportMapTest.cs (2)
234Assert.Equal(1, _renderer.CapturedBatch.UpdatedComponents.Count); 235Assert.Equal(0, _renderer.CapturedBatch.UpdatedComponents.Array[0].Edits.Count);