4 references to ToArray
Microsoft.AspNetCore.Mvc.Core (1)
ModelBinding\DefaultModelBindingContext.cs (1)
287var states = _stack.ToArray();
Microsoft.Build (1)
BackEnd\Components\Communications\NodeProviderOutOfProcTaskHost.cs (1)
573handlers = shutdownHandlers.ToArray();
System.Collections (1)
System\Collections\Generic\StackDebugView.cs (1)
24return _stack.ToArray();
System.Formats.Cbor (1)
System\Formats\Cbor\Reader\CborReader.cs (1)
534Debug.Assert(_nestedDataItems.ToArray()[restoreHeight - 1].FrameOffset == checkpoint.FrameOffset,