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