1 instantiation of CapturedBatch
Microsoft.AspNetCore.Components.Forms.Tests (1)
src\Components\Shared\test\TestRenderer.cs (1)
115var capturedBatch = new CapturedBatch();
3 references to CapturedBatch
Microsoft.AspNetCore.Components.Forms.Tests (3)
src\Components\Shared\test\TestRenderer.cs (3)
41public List<CapturedBatch> Batches { get; } 42= new List<CapturedBatch>(); 115var capturedBatch = new CapturedBatch();