3 references to InvalidLeadingZeroInNumber
System.Text.Json (3)
System\Text\Json\Reader\Utf8JsonReader.cs (1)
1597
JsonHelpers.IsInRangeInclusive(nextByte, '0', '9') ? ExceptionResource.
InvalidLeadingZeroInNumber
: ExceptionResource.ExpectedEndOfDigitNotFound,
System\Text\Json\Reader\Utf8JsonReader.MultiSegment.cs (1)
1341
JsonHelpers.IsInRangeInclusive(nextByte, '0', '9') ? ExceptionResource.
InvalidLeadingZeroInNumber
: ExceptionResource.ExpectedEndOfDigitNotFound,
System\Text\Json\ThrowHelper.cs (1)
485
case ExceptionResource.
InvalidLeadingZeroInNumber
: