2 writes to _allowOutOfOrderMetadataProperties
System.Text.Json (2)
System\Text\Json\Serialization\JsonSerializerOptions.cs (2)
147
_allowOutOfOrderMetadataProperties
= options._allowOutOfOrderMetadataProperties;
295
_allowOutOfOrderMetadataProperties
= value;
5 references to _allowOutOfOrderMetadataProperties
System.Text.Json (5)
System\Text\Json\Serialization\JsonSerializerOptions.Caching.cs (3)
532
left.
_allowOutOfOrderMetadataProperties
== right.
_allowOutOfOrderMetadataProperties
&&
594
AddHashCode(ref hc, options.
_allowOutOfOrderMetadataProperties
);
System\Text\Json\Serialization\JsonSerializerOptions.cs (2)
147
_allowOutOfOrderMetadataProperties = options.
_allowOutOfOrderMetadataProperties
;
290
return
_allowOutOfOrderMetadataProperties
;