7 references to AssertCopyToCore
Microsoft.AspNetCore.Razor.Utilities.Shared.UnitTests (7)
EnumerableExtensionsTests.cs (7)
22AssertCopyToCore(immutableArray, immutableArray.Length); 32AssertCopyToCore(builder, builder.Count); 41AssertCopyToCore(list, list.Count); 50AssertCopyToCore(set, set.Count); 58AssertCopyToCore(array, array.Length); 66AssertCopyToCore(custom, 10); 74AssertCopyToCore(custom, 10);