4 references to WithPerExecutionSettings
System.Core (4)
System\Linq\Parallel\QueryOperators\QueryOpeningEnumerator.cs (1)
154.WithPerExecutionSettings(m_topLevelCancellationTokenSource, m_topLevelDisposedFlag)
System\Linq\Parallel\QueryOperators\QuerySettings.cs (1)
144return WithPerExecutionSettings(new CancellationTokenSource(), new Shared<bool>(false));
System\Linq\Parallel\QueryOperators\Unary\ForAllOperator.cs (1)
61.WithPerExecutionSettings(dummyInternalCancellationTokenSource, dummyTopLevelDisposeFlag)
System\Linq\ParallelEnumerable.cs (1)
4412.WithPerExecutionSettings(new CancellationTokenSource(), new System.Linq.Parallel.Shared<bool>(false));