5 references to RequiredDigitNotFoundEndOfData
System.Text.Json (5)
System\Text\Json\ThrowHelper.cs (1)
426
message = SR.
RequiredDigitNotFoundEndOfData
;
System\Text\Json\Writer\JsonWriterHelper.cs (4)
169
throw new ArgumentException(SR.
RequiredDigitNotFoundEndOfData
, nameof(utf8FormattedNumber));
199
throw new ArgumentException(SR.
RequiredDigitNotFoundEndOfData
, nameof(utf8FormattedNumber));
222
throw new ArgumentException(SR.
RequiredDigitNotFoundEndOfData
, nameof(utf8FormattedNumber));
241
throw new ArgumentException(SR.
RequiredDigitNotFoundEndOfData
, nameof(utf8FormattedNumber));