5 references to AsEnumerable
Microsoft.AspNetCore.Components.Web.Tests (5)
Forms\EditFormTest.cs (3)
120Assert.Collection(editFormFrames.AsEnumerable(), 149Assert.Collection(editFormFrames.AsEnumerable(), 197var editFormAttributes = editFormFrames.AsEnumerable()
src\Components\Shared\test\TestRenderer.cs (2)
125capturedBatch.ReferenceFrames = renderBatch.ReferenceFrames.AsEnumerable().ToArray(); 126capturedBatch.DisposedComponentIDs = renderBatch.DisposedComponentIDs.AsEnumerable().ToList();