4 references to ToArray
System.Private.CoreLib (1)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Collections\Generic\QueueDebugView.cs (1)
24
return _queue.
ToArray
();
System.Speech (1)
Internal\Synthesis\VoiceSynthesis.cs (1)
390
Parameters[] parameters = _pendingSpeakQueue.
ToArray
();
System.Text.RegularExpressions (1)
System\Text\RegularExpressions\Symbolic\SymbolicRegexMatcher.Explore.cs (1)
63
MatchingState<TSet>[] toBreakUp = toExplore.
ToArray
();
System.Xaml (1)
System\Xaml\Parser\NodeStreamSorter.cs (1)
487
_originalNodesInOrder = _buffer.
ToArray
();