1 instantiation of CustomEnumerable
Microsoft.AspNetCore.Razor.Utilities.Shared.UnitTests (1)
3 references to CustomEnumerable
Microsoft.AspNetCore.Razor.Utilities.Shared.UnitTests (3)
EnumerableExtensionsTests.cs (3)
64CustomEnumerable custom = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10];
102[CollectionBuilder(typeof(CustomEnumerable), "Create")]
118public static CustomEnumerable Create(ReadOnlySpan<int> span)