2 references to JsonSerializerDoesNotSupportComments
System.Text.Json (2)
System\Text\Json\Serialization\JsonSerializerOptions.cs (1)
645
throw new ArgumentOutOfRangeException(nameof(value), SR.
JsonSerializerDoesNotSupportComments
);
System\Text\Json\ThrowHelper.Serialization.cs (1)
28
throw new ArgumentException(SR.
JsonSerializerDoesNotSupportComments
, paramName);