2 writes to _maxDepth
System.Text.Json (2)
System\Text\Json\Serialization\JsonSerializerOptions.cs (2)
141
_maxDepth
= options._maxDepth;
577
_maxDepth
= value;
5 references to _maxDepth
System.Text.Json (5)
System\Text\Json\Serialization\JsonSerializerOptions.Caching.cs (3)
506
left.
_maxDepth
== right.
_maxDepth
&&
566
AddHashCode(ref hc, options.
_maxDepth
);
System\Text\Json\Serialization\JsonSerializerOptions.cs (2)
141
_maxDepth = options.
_maxDepth
;
567
get =>
_maxDepth
;