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)
781
ThrowHelper.ThrowJsonReaderException(ref this, ExceptionResource.
EndOfStringNotFound
);
803
ThrowHelper.ThrowJsonReaderException(ref this, ExceptionResource.
EndOfStringNotFound
);
890
ThrowHelper.ThrowJsonReaderException(ref this, ExceptionResource.
EndOfStringNotFound
);
920
ThrowHelper.ThrowJsonReaderException(ref this, ExceptionResource.
EndOfStringNotFound
);
1027
ThrowHelper.ThrowJsonReaderException(ref this, ExceptionResource.
EndOfStringNotFound
);
1062
ThrowHelper.ThrowJsonReaderException(ref this, ExceptionResource.
EndOfStringNotFound
);
System\Text\Json\ThrowHelper.cs (1)
395
case ExceptionResource.
EndOfStringNotFound
: