3 references to ToArray
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Collections\Generic\QueueDebugView.cs (1)
24return _queue.ToArray();
System.Text.RegularExpressions (1)
System\Text\RegularExpressions\Symbolic\SymbolicRegexMatcher.Explore.cs (1)
57MatchingState<TSet>[] toBreakUp = toExplore.ToArray();
System.Xaml (1)
System\Xaml\Parser\NodeStreamSorter.cs (1)
468_originalNodesInOrder = _buffer.ToArray();