3 references to Commutative
System.Core (3)
System\Linq\Parallel\Enumerables\QueryAggregationOptions.cs (1)
28
AssociativeCommutative = (Associative |
Commutative
) // For convenience.
System\Linq\ParallelEnumerable.cs (2)
1685
if ((~(QueryAggregationOptions.Associative | QueryAggregationOptions.
Commutative
) & options) != 0) throw new ArgumentOutOfRangeException("options");
1732
if ((~(QueryAggregationOptions.Associative | QueryAggregationOptions.
Commutative
) & options) != 0) throw new ArgumentOutOfRangeException("options");