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)
491left._readCommentHandling == right._readCommentHandling && 551AddHashCode(ref hc, options._readCommentHandling);
System\Text\Json\Serialization\JsonSerializerOptions.cs (2)
127_readCommentHandling = options._readCommentHandling; 637return _readCommentHandling;