2 references to NoMetadataForType
System.Text.Json (2)
System\Text\Json\ThrowHelper.Serialization.cs (2)
879
throw new NotSupportedException(SR.Format(SR.
NoMetadataForType
, type, resolver?.ToString() ?? "<null>"));
896
throw new InvalidOperationException(SR.Format(SR.
NoMetadataForType
, type, resolver?.ToString() ?? "<null>"));