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