1 write to AllowDuplicateProperties
System.Text.Json (1)
System\Text\Json\Serialization\JsonSerializerOptions.cs (1)
1062AllowDuplicateProperties = AllowDuplicateProperties,
11 references to AllowDuplicateProperties
System.Text.Json (11)
System\Text\Json\Document\JsonDocument.Parse.cs (11)
49return Parse(utf8Json, options.GetReaderOptions(), allowDuplicateProperties: options.AllowDuplicateProperties); 83return Parse(utf8Json.First, readerOptions, allowDuplicateProperties: options.AllowDuplicateProperties); 96allowDuplicateProperties: options.AllowDuplicateProperties); 134allowDuplicateProperties: options.AllowDuplicateProperties); 152allowDuplicateProperties: options.AllowDuplicateProperties); 172allowDuplicateProperties: options.AllowDuplicateProperties); 183allowDuplicateProperties: options.AllowDuplicateProperties); 231allowDuplicateProperties: options.AllowDuplicateProperties); 260allowDuplicateProperties: options.AllowDuplicateProperties); 297allowDuplicateProperties: options.AllowDuplicateProperties); 332allowDuplicateProperties: options.AllowDuplicateProperties);