25 references to AddHashCode
System.Text.Json (25)
System\Text\Json\Serialization\JsonSerializerOptions.Caching.cs (25)
553AddHashCode(ref hc, options._dictionaryKeyPolicy); 554AddHashCode(ref hc, options._jsonPropertyNamingPolicy); 555AddHashCode(ref hc, options._readCommentHandling); 556AddHashCode(ref hc, options._referenceHandler); 557AddHashCode(ref hc, options._encoder); 558AddHashCode(ref hc, options._defaultIgnoreCondition); 559AddHashCode(ref hc, options._numberHandling); 560AddHashCode(ref hc, options._preferredObjectCreationHandling); 561AddHashCode(ref hc, options._unknownTypeHandling); 562AddHashCode(ref hc, options._unmappedMemberHandling); 563AddHashCode(ref hc, options._defaultBufferSize); 564AddHashCode(ref hc, options._maxDepth); 565AddHashCode(ref hc, options.NewLine); // Read through property due to lazy initialization of the backing field 566AddHashCode(ref hc, options._allowOutOfOrderMetadataProperties); 567AddHashCode(ref hc, options._allowTrailingCommas); 568AddHashCode(ref hc, options._ignoreNullValues); 569AddHashCode(ref hc, options._ignoreReadOnlyProperties); 570AddHashCode(ref hc, options._ignoreReadonlyFields); 571AddHashCode(ref hc, options._includeFields); 572AddHashCode(ref hc, options._propertyNameCaseInsensitive); 573AddHashCode(ref hc, options._writeIndented); 574AddHashCode(ref hc, options._indentCharacter); 575AddHashCode(ref hc, options._indentSize); 576AddHashCode(ref hc, options._typeInfoResolver); 590AddHashCode(ref hc, list[i]);