1 instantiation of CustomReadOnlyList
Microsoft.AspNetCore.Razor.Utilities.Shared.UnitTests (1)
ReadOnlyListExtensionsTests.cs (1)
279=> new(span);
4 references to CustomReadOnlyList
Microsoft.AspNetCore.Razor.Utilities.Shared.UnitTests (4)
ReadOnlyListExtensionsTests.cs (4)
230CustomReadOnlyList custom = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]; 259[CollectionBuilder(typeof(CustomReadOnlyList), "Create")] 278public static CustomReadOnlyList Create(ReadOnlySpan<int> span) 556CustomReadOnlyList custom = [1, 2, 3, 4, 5];