18 references to ExpectedStartOfPropertyOrValueNotFound
System.Text.Json (18)
System\Text\Json\Reader\Utf8JsonReader.cs (7)
1800
ThrowHelper.ThrowJsonReaderException(ref this, ExceptionResource.
ExpectedStartOfPropertyOrValueNotFound
);
1811
if (!HasMoreData(ExceptionResource.
ExpectedStartOfPropertyOrValueNotFound
))
1937
ThrowHelper.ThrowJsonReaderException(ref this, ExceptionResource.
ExpectedStartOfPropertyOrValueNotFound
);
1948
if (!HasMoreData(ExceptionResource.
ExpectedStartOfPropertyOrValueNotFound
))
2269
ThrowHelper.ThrowJsonReaderException(ref this, ExceptionResource.
ExpectedStartOfPropertyOrValueNotFound
);
2280
if (!HasMoreData(ExceptionResource.
ExpectedStartOfPropertyOrValueNotFound
))
2287
if (!SkipAllComments(ref marker, ExceptionResource.
ExpectedStartOfPropertyOrValueNotFound
))
System\Text\Json\Reader\Utf8JsonReader.MultiSegment.cs (10)
1605
ThrowHelper.ThrowJsonReaderException(ref this, ExceptionResource.
ExpectedStartOfPropertyOrValueNotFound
);
1613
ThrowHelper.ThrowJsonReaderException(ref this, ExceptionResource.
ExpectedStartOfPropertyOrValueNotFound
);
1625
if (!HasMoreDataMultiSegment(ExceptionResource.
ExpectedStartOfPropertyOrValueNotFound
))
1751
ThrowHelper.ThrowJsonReaderException(ref this, ExceptionResource.
ExpectedStartOfPropertyOrValueNotFound
);
1759
ThrowHelper.ThrowJsonReaderException(ref this, ExceptionResource.
ExpectedStartOfPropertyOrValueNotFound
);
1771
if (!HasMoreDataMultiSegment(ExceptionResource.
ExpectedStartOfPropertyOrValueNotFound
))
2098
ThrowHelper.ThrowJsonReaderException(ref this, ExceptionResource.
ExpectedStartOfPropertyOrValueNotFound
);
2106
ThrowHelper.ThrowJsonReaderException(ref this, ExceptionResource.
ExpectedStartOfPropertyOrValueNotFound
);
2118
if (!HasMoreDataMultiSegment(ExceptionResource.
ExpectedStartOfPropertyOrValueNotFound
))
2125
if (!SkipAllCommentsMultiSegment(ref marker, ExceptionResource.
ExpectedStartOfPropertyOrValueNotFound
))
System\Text\Json\ThrowHelper.cs (1)
443
case ExceptionResource.
ExpectedStartOfPropertyOrValueNotFound
: