3 references to ExpectedEndOfDigitNotFound
System.Text.Json (3)
System\Text\Json\ThrowHelper.cs (1)
432message = SR.Format(SR.ExpectedEndOfDigitNotFound, character);
System\Text\Json\Writer\JsonWriterHelper.cs (2)
234SR.Format(SR.ExpectedEndOfDigitNotFound, ThrowHelper.GetPrintableString(val)), 251SR.Format(SR.ExpectedEndOfDigitNotFound, ThrowHelper.GetPrintableString(utf8FormattedNumber[i])),