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