2 writes to _indentSize
System.Text.Json (2)
System\Text\Json\Serialization\JsonSerializerOptions.cs (2)
154
_indentSize
= options._indentSize;
742
_indentSize
= value;
5 references to _indentSize
System.Text.Json (5)
System\Text\Json\Serialization\JsonSerializerOptions.Caching.cs (3)
519
left.
_indentSize
== right.
_indentSize
&&
579
AddHashCode(ref hc, options.
_indentSize
);
System\Text\Json\Serialization\JsonSerializerOptions.cs (2)
154
_indentSize = options.
_indentSize
;
736
return
_indentSize
;