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