9 references to EndOfStringNotFound
System.Text.Json (9)
System\Text\Json\Reader\Utf8JsonReader.cs (2)
1315ThrowHelper.ThrowJsonReaderException(ref this, ExceptionResource.EndOfStringNotFound); 1389ThrowHelper.ThrowJsonReaderException(ref this, ExceptionResource.EndOfStringNotFound);
System\Text\Json\Reader\Utf8JsonReader.MultiSegment.cs (6)
788ThrowHelper.ThrowJsonReaderException(ref this, ExceptionResource.EndOfStringNotFound); 810ThrowHelper.ThrowJsonReaderException(ref this, ExceptionResource.EndOfStringNotFound); 897ThrowHelper.ThrowJsonReaderException(ref this, ExceptionResource.EndOfStringNotFound); 927ThrowHelper.ThrowJsonReaderException(ref this, ExceptionResource.EndOfStringNotFound); 1034ThrowHelper.ThrowJsonReaderException(ref this, ExceptionResource.EndOfStringNotFound); 1069ThrowHelper.ThrowJsonReaderException(ref this, ExceptionResource.EndOfStringNotFound);
System\Text\Json\ThrowHelper.cs (1)
416case ExceptionResource.EndOfStringNotFound: