2 writes to _allowOutOfOrderMetadataProperties
System.Text.Json (2)
System\Text\Json\Serialization\JsonSerializerOptions.cs (2)
139
_allowOutOfOrderMetadataProperties
= options._allowOutOfOrderMetadataProperties;
279
_allowOutOfOrderMetadataProperties
= value;
5 references to _allowOutOfOrderMetadataProperties
System.Text.Json (5)
System\Text\Json\Serialization\JsonSerializerOptions.Caching.cs (3)
502
left.
_allowOutOfOrderMetadataProperties
== right.
_allowOutOfOrderMetadataProperties
&&
562
AddHashCode(ref hc, options.
_allowOutOfOrderMetadataProperties
);
System\Text\Json\Serialization\JsonSerializerOptions.cs (2)
139
_allowOutOfOrderMetadataProperties = options.
_allowOutOfOrderMetadataProperties
;
274
return
_allowOutOfOrderMetadataProperties
;