3 references to ExpectedNextDigitEValueNotFound
System.Text.Json (3)
System\Text\Json\Reader\Utf8JsonReader.cs (1)
1501ThrowHelper.ThrowJsonReaderException(ref this, ExceptionResource.ExpectedNextDigitEValueNotFound, nextByte);
System\Text\Json\Reader\Utf8JsonReader.MultiSegment.cs (1)
1199ThrowHelper.ThrowJsonReaderException(ref this, ExceptionResource.ExpectedNextDigitEValueNotFound, nextByte);
System\Text\Json\ThrowHelper.cs (1)
419case ExceptionResource.ExpectedNextDigitEValueNotFound: