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