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