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)
168
throw new ArgumentException(SR.
RequiredDigitNotFoundEndOfData
, nameof(utf8FormattedNumber));
198
throw new ArgumentException(SR.
RequiredDigitNotFoundEndOfData
, nameof(utf8FormattedNumber));
221
throw new ArgumentException(SR.
RequiredDigitNotFoundEndOfData
, nameof(utf8FormattedNumber));
240
throw new ArgumentException(SR.
RequiredDigitNotFoundEndOfData
, nameof(utf8FormattedNumber));