4 writes to _arrayNullsAllowed
System.Runtime.Serialization.BinaryFormat (4)
System\Runtime\Serialization\BinaryFormat\ArrayOfClassesRecord.cs (1)
31=> (ClassRecord?[])(allowNulls ? _arrayNullsAllowed ??= ToArray(true) : _arrayNullsNotAllowed ??= ToArray(false));
System\Runtime\Serialization\BinaryFormat\ArrayRecord.cs (1)
87? _arrayNullsAllowed ??= Deserialize(expectedArrayType, true)
System\Runtime\Serialization\BinaryFormat\ArraySingleObjectRecord.cs (1)
36=> (object?[])(allowNulls ? _arrayNullsAllowed ??= ToArray(true) : _arrayNullsNotAllowed ??= ToArray(false));
System\Runtime\Serialization\BinaryFormat\ArraySingleStringRecord.cs (1)
50=> (string?[])(allowNulls ? _arrayNullsAllowed ??= ToArray(true) : _arrayNullsNotAllowed ??= ToArray(false));