2 writes to _allowOutOfOrderMetadataProperties
System.Text.Json (2)
System\Text\Json\Serialization\JsonSerializerOptions.cs (2)
142
_allowOutOfOrderMetadataProperties
= options._allowOutOfOrderMetadataProperties;
282
_allowOutOfOrderMetadataProperties
= value;
5 references to _allowOutOfOrderMetadataProperties
System.Text.Json (5)
System\Text\Json\Serialization\JsonSerializerOptions.Caching.cs (3)
508
left.
_allowOutOfOrderMetadataProperties
== right.
_allowOutOfOrderMetadataProperties
&&
568
AddHashCode(ref hc, options.
_allowOutOfOrderMetadataProperties
);
System\Text\Json\Serialization\JsonSerializerOptions.cs (2)
142
_allowOutOfOrderMetadataProperties = options.
_allowOutOfOrderMetadataProperties
;
277
return
_allowOutOfOrderMetadataProperties
;