3 writes to _allowDuplicateProperties
System.Text.Json (3)
System\Text\Json\Serialization\JsonSerializerOptions.cs (3)
158_allowDuplicateProperties = options._allowDuplicateProperties; 183_allowDuplicateProperties = false; 871_allowDuplicateProperties = value;
5 references to _allowDuplicateProperties
System.Text.Json (5)
System\Text\Json\Serialization\JsonSerializerOptions.Caching.cs (3)
515left._allowDuplicateProperties == right._allowDuplicateProperties && 576AddHashCode(ref hc, options._allowDuplicateProperties);
System\Text\Json\Serialization\JsonSerializerOptions.cs (2)
158_allowDuplicateProperties = options._allowDuplicateProperties; 867get => _allowDuplicateProperties;