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