2 references to AsEnumerable
Microsoft.AspNetCore.Components.Forms.Tests (2)
src\Components\Shared\test\TestRenderer.cs (2)
125capturedBatch.ReferenceFrames = renderBatch.ReferenceFrames.AsEnumerable().ToArray(); 126capturedBatch.DisposedComponentIDs = renderBatch.DisposedComponentIDs.AsEnumerable().ToList();