9 references to ExpectedEndOfDigitNotFound
System.Text.Json (9)
System\Text\Json\Reader\Utf8JsonReader.cs (4)
1223
ThrowHelper.ThrowJsonReaderException(ref this, ExceptionResource.
ExpectedEndOfDigitNotFound
, _buffer[_consumed - 1]);
1477
ThrowHelper.ThrowJsonReaderException(ref this, ExceptionResource.
ExpectedEndOfDigitNotFound
, nextByte);
1530
ThrowHelper.ThrowJsonReaderException(ref this, ExceptionResource.
ExpectedEndOfDigitNotFound
, data[i]);
1597
JsonHelpers.IsInRangeInclusive(nextByte, '0', '9') ? ExceptionResource.InvalidLeadingZeroInNumber : ExceptionResource.
ExpectedEndOfDigitNotFound
,
System\Text\Json\Reader\Utf8JsonReader.MultiSegment.cs (4)
688
ThrowHelper.ThrowJsonReaderException(ref this, ExceptionResource.
ExpectedEndOfDigitNotFound
, _buffer[_consumed - 1]);
1173
ThrowHelper.ThrowJsonReaderException(ref this, ExceptionResource.
ExpectedEndOfDigitNotFound
, nextByte);
1232
ThrowHelper.ThrowJsonReaderException(ref this, ExceptionResource.
ExpectedEndOfDigitNotFound
, data[i]);
1341
JsonHelpers.IsInRangeInclusive(nextByte, '0', '9') ? ExceptionResource.InvalidLeadingZeroInNumber : ExceptionResource.
ExpectedEndOfDigitNotFound
,
System\Text\Json\ThrowHelper.cs (1)
410
case ExceptionResource.
ExpectedEndOfDigitNotFound
: