|  | @@ -81,7 +81,7 @@ namespace System.Threading.Tasks.Sources
 | 
											
												
													
														|  |          {
 |  |          {
 | 
											
												
													
														|  |              ValidateToken(token);
 |  |              ValidateToken(token);
 | 
											
												
													
														|  |              return
 |  |              return
 | 
											
												
													
														|  | -                !_completed ? ValueTaskSourceStatus.Pending :
 |  | 
 | 
											
												
													
														|  | 
 |  | +                _continuation == null || !_completed ? ValueTaskSourceStatus.Pending :
 | 
											
												
													
														|  |                  _error == null ? ValueTaskSourceStatus.Succeeded :
 |  |                  _error == null ? ValueTaskSourceStatus.Succeeded :
 | 
											
												
													
														|  |                  _error.SourceException is OperationCanceledException ? ValueTaskSourceStatus.Canceled :
 |  |                  _error.SourceException is OperationCanceledException ? ValueTaskSourceStatus.Canceled :
 | 
											
												
													
														|  |                  ValueTaskSourceStatus.Faulted;
 |  |                  ValueTaskSourceStatus.Faulted;
 |