2 writes to _writeIndented
System.Text.Json (2)
System\Text\Json\Serialization\JsonSerializerOptions.cs (2)
152
_writeIndented
= options._writeIndented;
698
_writeIndented
= value;
5 references to _writeIndented
System.Text.Json (5)
System\Text\Json\Serialization\JsonSerializerOptions.Caching.cs (3)
517
left.
_writeIndented
== right.
_writeIndented
&&
577
AddHashCode(ref hc, options.
_writeIndented
);
System\Text\Json\Serialization\JsonSerializerOptions.cs (2)
152
_writeIndented = options.
_writeIndented
;
693
return
_writeIndented
;