4 references to Commutative
System.Linq.Parallel (4)
System\Linq\Parallel\Enumerables\QueryAggregationOptions.cs (2)
24
AssociativeCommutative = (Associative |
Commutative
) // For convenience.
37
|| value == QueryAggregationOptions.
Commutative
System\Linq\ParallelEnumerable.cs (2)
1623
if ((~(QueryAggregationOptions.Associative | QueryAggregationOptions.
Commutative
) & options) != 0) throw new ArgumentOutOfRangeException(nameof(options));
1671
if ((~(QueryAggregationOptions.Associative | QueryAggregationOptions.
Commutative
) & options) != 0) throw new ArgumentOutOfRangeException(nameof(options));