3 references to RequiredDigitNotFoundAfterDecimal
System.Text.Json (3)
System\Text\Json\Reader\Utf8JsonReader.cs (1)
1652
ThrowHelper.ThrowJsonReaderException(ref this, ExceptionResource.
RequiredDigitNotFoundAfterDecimal
, nextByte);
System\Text\Json\Reader\Utf8JsonReader.MultiSegment.cs (1)
1453
ThrowHelper.ThrowJsonReaderException(ref this, ExceptionResource.
RequiredDigitNotFoundAfterDecimal
, nextByte);
System\Text\Json\ThrowHelper.cs (1)
407
case ExceptionResource.
RequiredDigitNotFoundAfterDecimal
: