4 references to WithPerExecutionSettings
System.Linq.Parallel (4)
System\Linq\Parallel\QueryOperators\QueryOpeningEnumerator.cs (1)
147
.
WithPerExecutionSettings
(_topLevelCancellationTokenSource, _topLevelDisposedFlag)
System\Linq\Parallel\QueryOperators\QuerySettings.cs (1)
137
return
WithPerExecutionSettings
(new CancellationTokenSource(), new Shared<bool>(false));
System\Linq\Parallel\QueryOperators\Unary\ForAllOperator.cs (1)
57
.
WithPerExecutionSettings
(dummyInternalCancellationTokenSource, dummyTopLevelDisposeFlag)
System\Linq\ParallelEnumerable.cs (1)
4386
.
WithPerExecutionSettings
(new CancellationTokenSource(), new System.Linq.Parallel.Shared<bool>(false));