2 references to SerializationConverterNotCompatible
System.Text.Json (2)
System\Text\Json\Serialization\Metadata\JsonMetadataServices.Converters.cs (1)
327throw new InvalidOperationException(SR.Format(SR.SerializationConverterNotCompatible, typedConverter, typeof(T)));
System\Text\Json\ThrowHelper.Serialization.cs (1)
180throw new InvalidOperationException(SR.Format(SR.SerializationConverterNotCompatible, converterType, type));