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