18 references to ExpectedStartOfPropertyOrValueNotFound
System.Text.Json (18)
System\Text\Json\Reader\Utf8JsonReader.cs (7)
1766
ThrowHelper.ThrowJsonReaderException(ref this, ExceptionResource.
ExpectedStartOfPropertyOrValueNotFound
);
1777
if (!HasMoreData(ExceptionResource.
ExpectedStartOfPropertyOrValueNotFound
))
1903
ThrowHelper.ThrowJsonReaderException(ref this, ExceptionResource.
ExpectedStartOfPropertyOrValueNotFound
);
1914
if (!HasMoreData(ExceptionResource.
ExpectedStartOfPropertyOrValueNotFound
))
2235
ThrowHelper.ThrowJsonReaderException(ref this, ExceptionResource.
ExpectedStartOfPropertyOrValueNotFound
);
2246
if (!HasMoreData(ExceptionResource.
ExpectedStartOfPropertyOrValueNotFound
))
2253
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
: