6 references to ThrowJsonException_DuplicatePropertyNotAllowed
System.Text.Json (6)
System\Text\Json\Serialization\Converters\Collection\IDictionaryConverter.cs (1)
27ThrowHelper.ThrowJsonException_DuplicatePropertyNotAllowed(key);
System\Text\Json\Serialization\Converters\FSharp\FSharpUnionConverter.cs (2)
304ThrowHelper.ThrowJsonException_DuplicatePropertyNotAllowed(_typeDiscriminatorPropertyName); 332ThrowHelper.ThrowJsonException_DuplicatePropertyNotAllowed(fieldName);
System\Text\Json\Serialization\Converters\Node\JsonObjectConverter.cs (1)
40ThrowHelper.ThrowJsonException_DuplicatePropertyNotAllowed(propertyName);
System\Text\Json\Serialization\Converters\Object\ObjectWithParameterizedConstructorConverter.cs (2)
249ThrowHelper.ThrowJsonException_DuplicatePropertyNotAllowed(dataExtKey); 262ThrowHelper.ThrowJsonException_DuplicatePropertyNotAllowed(dataExtKey);