5 references to RequiredDigitNotFoundAfterSign
System.Text.Json (5)
System\Text\Json\Reader\Utf8JsonReader.cs (2)
1559ThrowHelper.ThrowJsonReaderException(ref this, ExceptionResource.RequiredDigitNotFoundAfterSign, nextByte); 1690ThrowHelper.ThrowJsonReaderException(ref this, ExceptionResource.RequiredDigitNotFoundAfterSign, nextByte);
System\Text\Json\Reader\Utf8JsonReader.MultiSegment.cs (2)
1286ThrowHelper.ThrowJsonReaderException(ref this, ExceptionResource.RequiredDigitNotFoundAfterSign, nextByte); 1518ThrowHelper.ThrowJsonReaderException(ref this, ExceptionResource.RequiredDigitNotFoundAfterSign, nextByte);
System\Text\Json\ThrowHelper.cs (1)
404case ExceptionResource.RequiredDigitNotFoundAfterSign: