7 references to ExpectedEndAfterSingleJson
System.Text.Json (7)
System\Text\Json\Reader\Utf8JsonReader.cs (3)
1752
ThrowHelper.ThrowJsonReaderException(ref this, ExceptionResource.
ExpectedEndAfterSingleJson
, marker);
1879
ThrowHelper.ThrowJsonReaderException(ref this, ExceptionResource.
ExpectedEndAfterSingleJson
, first);
2222
ThrowHelper.ThrowJsonReaderException(ref this, ExceptionResource.
ExpectedEndAfterSingleJson
, marker);
System\Text\Json\Reader\Utf8JsonReader.MultiSegment.cs (3)
1584
ThrowHelper.ThrowJsonReaderException(ref this, ExceptionResource.
ExpectedEndAfterSingleJson
, marker);
1720
ThrowHelper.ThrowJsonReaderException(ref this, ExceptionResource.
ExpectedEndAfterSingleJson
, first);
2078
ThrowHelper.ThrowJsonReaderException(ref this, ExceptionResource.
ExpectedEndAfterSingleJson
, marker);
System\Text\Json\ThrowHelper.cs (1)
413
case ExceptionResource.
ExpectedEndAfterSingleJson
: