2 references to JsonDocumentDoesNotSupportComments
System.Text.Json (2)
System\Text\Json\Document\JsonDocument.cs (1)
1124
throw new ArgumentException(SR.
JsonDocumentDoesNotSupportComments
, paramName);
System\Text\Json\Document\JsonDocumentOptions.cs (1)
34
throw new ArgumentOutOfRangeException(nameof(value), SR.
JsonDocumentDoesNotSupportComments
);