3 writes to _allowDuplicateProperties
System.Text.Json (3)
System\Text\Json\Serialization\JsonSerializerOptions.cs (3)
160
_allowDuplicateProperties
= options._allowDuplicateProperties;
185
_allowDuplicateProperties
= false;
873
_allowDuplicateProperties
= value;
5 references to _allowDuplicateProperties
System.Text.Json (5)
System\Text\Json\Serialization\JsonSerializerOptions.Caching.cs (3)
545
left.
_allowDuplicateProperties
== right.
_allowDuplicateProperties
&&
607
AddHashCode(ref hc, options.
_allowDuplicateProperties
);
System\Text\Json\Serialization\JsonSerializerOptions.cs (2)
160
_allowDuplicateProperties = options.
_allowDuplicateProperties
;
869
get =>
_allowDuplicateProperties
;