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