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