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