2 references to ToArray
Microsoft.CodeAnalysis.UnitTests (2)
Collections\List\SegmentedList.Generic.Tests.Misc.cs (2)
683
T[] arr = list.
ToArray
();
694
T[] arr = list.
ToArray
();