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