2 writes to _defaultIgnoreCondition
System.Text.Json (2)
System\Text\Json\Serialization\JsonSerializerOptions.cs (2)
134
_defaultIgnoreCondition
= options._defaultIgnoreCondition;
433
_defaultIgnoreCondition
= value;
6 references to _defaultIgnoreCondition
System.Text.Json (6)
System\Text\Json\Serialization\JsonSerializerOptions.Caching.cs (3)
500
left.
_defaultIgnoreCondition
== right.
_defaultIgnoreCondition
&&
560
AddHashCode(ref hc, options.
_defaultIgnoreCondition
);
System\Text\Json\Serialization\JsonSerializerOptions.cs (3)
134
_defaultIgnoreCondition = options.
_defaultIgnoreCondition
;
393
if (value &&
_defaultIgnoreCondition
!= JsonIgnoreCondition.Never)
417
return
_defaultIgnoreCondition
;