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)
1591ThrowHelper.ThrowJsonReaderException(ref this, ExceptionResource.ExpectedEndAfterSingleJson, marker); 1727ThrowHelper.ThrowJsonReaderException(ref this, ExceptionResource.ExpectedEndAfterSingleJson, first); 2085ThrowHelper.ThrowJsonReaderException(ref this, ExceptionResource.ExpectedEndAfterSingleJson, marker);
System\Text\Json\ThrowHelper.cs (1)
428case ExceptionResource.ExpectedEndAfterSingleJson: