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)
497left._readCommentHandling == right._readCommentHandling && 557AddHashCode(ref hc, options._readCommentHandling);
System\Text\Json\Serialization\JsonSerializerOptions.cs (2)
130_readCommentHandling = options._readCommentHandling; 640return _readCommentHandling;