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)
1598
ThrowHelper.ThrowJsonReaderException(ref this, ExceptionResource.
ExpectedStartOfPropertyOrValueNotFound
);
1606
ThrowHelper.ThrowJsonReaderException(ref this, ExceptionResource.
ExpectedStartOfPropertyOrValueNotFound
);
1618
if (!HasMoreDataMultiSegment(ExceptionResource.
ExpectedStartOfPropertyOrValueNotFound
))
1744
ThrowHelper.ThrowJsonReaderException(ref this, ExceptionResource.
ExpectedStartOfPropertyOrValueNotFound
);
1752
ThrowHelper.ThrowJsonReaderException(ref this, ExceptionResource.
ExpectedStartOfPropertyOrValueNotFound
);
1764
if (!HasMoreDataMultiSegment(ExceptionResource.
ExpectedStartOfPropertyOrValueNotFound
))
2091
ThrowHelper.ThrowJsonReaderException(ref this, ExceptionResource.
ExpectedStartOfPropertyOrValueNotFound
);
2099
ThrowHelper.ThrowJsonReaderException(ref this, ExceptionResource.
ExpectedStartOfPropertyOrValueNotFound
);
2111
if (!HasMoreDataMultiSegment(ExceptionResource.
ExpectedStartOfPropertyOrValueNotFound
))
2118
if (!SkipAllCommentsMultiSegment(ref marker, ExceptionResource.
ExpectedStartOfPropertyOrValueNotFound
))
System\Text\Json\ThrowHelper.cs (1)
428
case ExceptionResource.
ExpectedStartOfPropertyOrValueNotFound
: