Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ MergedCancellationToken

CancellationToken System.Linq.Parallel.CancellationState.MergedCancellationToken
getpackage

Definition at line 15 of file CancellationState.cs.

16 {
17 get
18 {
20 {
22 }
23 return new CancellationToken(canceled: false);
24 }
25 }
CancellationTokenSource MergedCancellationTokenSource

Referenced by System.Linq.Parallel.SortHelper< TInputOutput, TKey >.BuildKeysFromSource(), System.Linq.Parallel.SortHelper< TInputOutput, TKey >.MergeSortCooperatively(), System.Linq.Parallel.SortHelper< TInputOutput, TKey >.QuickSortIndicesInPlace(), System.Linq.Parallel.OrderPreservingPipeliningSpoolingTask< TOutput, TKey >.SpoolingWork(), System.Linq.Parallel.OrderPreservingSpoolingTask< TInputOutput, TKey >.SpoolingWork(), System.Linq.Parallel.PipelineSpoolingTask< TInputOutput, TIgnoreKey >.SpoolingWork(), System.Linq.Parallel.StopAndGoSpoolingTask< TInputOutput, TIgnoreKey >.SpoolingWork(), System.Linq.Parallel.SpoolingTaskBase.Work(), System.Linq.Parallel.TakeOrSkipQueryOperator< TResult >.WrapHelper< TKey >(), System.Linq.Parallel.TakeOrSkipWhileQueryOperator< TResult >.WrapHelper< TKey >(), System.Linq.Parallel.FirstQueryOperator< TSource >.WrapHelper< TKey >(), System.Linq.Parallel.LastQueryOperator< TSource >.WrapHelper< TKey >(), System.Linq.Parallel.AnyAllSearchOperator< TInput >.WrapPartitionedStream< TKey >(), System.Linq.Parallel.ContainsSearchOperator< TInput >.WrapPartitionedStream< TKey >(), System.Linq.Parallel.ForAllOperator< TInput >.WrapPartitionedStream< TKey >(), System.Linq.Parallel.AssociativeAggregationOperator< TInput, TIntermediate, TOutput >.WrapPartitionedStream< TKey >(), System.Linq.Parallel.DistinctQueryOperator< TInputOutput >.WrapPartitionedStream< TKey >(), System.Linq.Parallel.IndexedWhereQueryOperator< TInputOutput >.WrapPartitionedStream< TKey >(), System.Linq.Parallel.WhereQueryOperator< TInputOutput >.WrapPartitionedStream< TKey >(), System.Linq.Parallel.GroupByQueryOperator< TSource, TGroupKey, TElement >.WrapPartitionedStream< TKey >(), System.Linq.Parallel.InlinedAggregationOperator< TSource, TIntermediate, TResult >.WrapPartitionedStream< TKey >(), System.Linq.Parallel.DefaultIfEmptyQueryOperator< TSource >.WrapPartitionedStream< TKey >(), System.Linq.Parallel.ElementAtQueryOperator< TSource >.WrapPartitionedStream< TKey >(), System.Linq.Parallel.ReverseQueryOperator< TSource >.WrapPartitionedStream< TKey >(), System.Linq.Parallel.IntersectQueryOperator< TInputOutput >.WrapPartitionedStream< TLeftKey, TRightKey >(), System.Linq.Parallel.ExceptQueryOperator< TInputOutput >.WrapPartitionedStream< TLeftKey, TRightKey >(), System.Linq.Parallel.UnionQueryOperator< TInputOutput >.WrapPartitionedStream< TLeftKey, TRightKey >(), System.Linq.Parallel.GroupJoinQueryOperator< TLeftInput, TRightInput, TKey, TOutput >.WrapPartitionedStream< TLeftKey, TRightKey >(), System.Linq.Parallel.JoinQueryOperator< TLeftInput, TRightInput, TKey, TOutput >.WrapPartitionedStream< TLeftKey, TRightKey >(), System.Linq.Parallel.SelectManyQueryOperator< TLeftInput, TRightInput, TOutput >.WrapPartitionedStreamIndexed(), and System.Linq.Parallel.SelectManyQueryOperator< TLeftInput, TRightInput, TOutput >.WrapPartitionedStreamNotIndexed< TLeftKey >().