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