7 references to ExpectedStartOfValueNotFound
System.Text.Json (7)
System\Text\Json\Document\JsonDocument.Parse.cs (1)
608
ExceptionResource.
ExpectedStartOfValueNotFound
,
System\Text\Json\Reader\Utf8JsonReader.cs (3)
1125
ThrowHelper.ThrowJsonReaderException(ref this, ExceptionResource.
ExpectedStartOfValueNotFound
, marker);
2332
ThrowHelper.ThrowJsonReaderException(ref this, ExceptionResource.
ExpectedStartOfValueNotFound
, JsonConstants.Slash);
2338
ThrowHelper.ThrowJsonReaderException(ref this, ExceptionResource.
ExpectedStartOfValueNotFound
, JsonConstants.Slash);
System\Text\Json\Reader\Utf8JsonReader.MultiSegment.cs (1)
502
ThrowHelper.ThrowJsonReaderException(ref this, ExceptionResource.
ExpectedStartOfValueNotFound
, marker);
System\Text\Json\Serialization\JsonSerializer.Read.Utf8JsonReader.cs (1)
456
ExceptionResource.
ExpectedStartOfValueNotFound
,
System\Text\Json\ThrowHelper.cs (1)
428
case ExceptionResource.
ExpectedStartOfValueNotFound
: