2 writes to _allowOutOfOrderMetadataProperties
System.Text.Json (2)
System\Text\Json\Serialization\JsonSerializerOptions.cs (2)
148
_allowOutOfOrderMetadataProperties
= options._allowOutOfOrderMetadataProperties;
297
_allowOutOfOrderMetadataProperties
= value;
5 references to _allowOutOfOrderMetadataProperties
System.Text.Json (5)
System\Text\Json\Serialization\JsonSerializerOptions.Caching.cs (3)
532
left.
_allowOutOfOrderMetadataProperties
== right.
_allowOutOfOrderMetadataProperties
&&
595
AddHashCode(ref hc, options.
_allowOutOfOrderMetadataProperties
);
System\Text\Json\Serialization\JsonSerializerOptions.cs (2)
148
_allowOutOfOrderMetadataProperties = options.
_allowOutOfOrderMetadataProperties
;
292
return
_allowOutOfOrderMetadataProperties
;