4 references to CopyTo
Microsoft.AspNetCore.Razor.Utilities.Shared (1)
EnumerableExtensions.cs (1)
211
set.
CopyTo
(destination);
Microsoft.AspNetCore.Razor.Utilities.Shared.UnitTests (3)
HashSetExtensionsTests.cs (3)
20
var exception = Assert.Throws<ArgumentException>(() => set.
CopyTo
(destination1.AsSpan()));
24
set.
CopyTo
(destination2);
28
set.
CopyTo
(destination3);