2 writes to _readCommentHandling
System.Text.Json (2)
System\Text\Json\Serialization\JsonSerializerOptions.cs (2)
130
_readCommentHandling
= options._readCommentHandling;
650
_readCommentHandling
= value;
5 references to _readCommentHandling
System.Text.Json (5)
System\Text\Json\Serialization\JsonSerializerOptions.Caching.cs (3)
497
left.
_readCommentHandling
== right.
_readCommentHandling
&&
557
AddHashCode(ref hc, options.
_readCommentHandling
);
System\Text\Json\Serialization\JsonSerializerOptions.cs (2)
130
_readCommentHandling = options.
_readCommentHandling
;
640
return
_readCommentHandling
;