3 references to ToArray
Microsoft.AspNetCore.Mvc.Core (1)
ModelBinding\DefaultModelBindingContext.cs (1)
287var states = _stack.ToArray();
System.Collections (1)
System\Collections\Generic\StackDebugView.cs (1)
24return _stack.ToArray();
System.Formats.Cbor (1)
System\Formats\Cbor\Reader\CborReader.cs (1)
388Debug.Assert(_nestedDataItems.ToArray()[restoreHeight - 1].FrameOffset == checkpoint.FrameOffset,