2 writes to _readCommentHandling
System.Text.Json (2)
System\Text\Json\Serialization\JsonSerializerOptions.cs (2)
133
_readCommentHandling
= options._readCommentHandling;
661
_readCommentHandling
= value;
5 references to _readCommentHandling
System.Text.Json (5)
System\Text\Json\Serialization\JsonSerializerOptions.Caching.cs (3)
491
left.
_readCommentHandling
== right.
_readCommentHandling
&&
552
AddHashCode(ref hc, options.
_readCommentHandling
);
System\Text\Json\Serialization\JsonSerializerOptions.cs (2)
133
_readCommentHandling = options.
_readCommentHandling
;
651
return
_readCommentHandling
;