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