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