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