2 references to ToArray
System.Runtime.Serialization.BinaryFormat (2)
System\Runtime\Serialization\BinaryFormat\ArraySingleObjectRecord.cs (2)
36=> (object?[])(allowNulls ? _arrayNullsAllowed ??= ToArray(true) : _arrayNullsNotAllowed ??= ToArray(false));