2 writes to _readCommentHandling
System.Text.Json (2)
System\Text\Json\Serialization\JsonSerializerOptions.cs (2)
127
_readCommentHandling
= options._readCommentHandling;
647
_readCommentHandling
= value;
5 references to _readCommentHandling
System.Text.Json (5)
System\Text\Json\Serialization\JsonSerializerOptions.Caching.cs (3)
491
left.
_readCommentHandling
== right.
_readCommentHandling
&&
551
AddHashCode(ref hc, options.
_readCommentHandling
);
System\Text\Json\Serialization\JsonSerializerOptions.cs (2)
127
_readCommentHandling = options.
_readCommentHandling
;
637
return
_readCommentHandling
;