2 references to ToArray
Microsoft.AspNetCore.Razor.Utilities.Shared (2)
ReadOnlyListExtensions.cs (2)
1470
return ImmutableCollectionsMarshal.AsImmutableArray(list.
ToArray
());
1473
var newArray = list.
ToArray
();