2 references to SerializationDuplicateTypeAttribute
System.Text.Json (2)
System\Text\Json\ThrowHelper.Serialization.cs (2)
597
throw new InvalidOperationException(SR.Format(SR.
SerializationDuplicateTypeAttribute
, classType, attribute));
603
throw new InvalidOperationException(SR.Format(SR.
SerializationDuplicateTypeAttribute
, classType, typeof(TAttribute)));