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