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