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