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