2 references to IsValidQueryAggregationOption
System.Linq.Parallel (2)
System\Linq\Parallel\QueryOperators\AssociativeAggregationOperator.cs (1)
82Debug.Assert(options.IsValidQueryAggregationOption(), "enum out of valid range");
System\Linq\ParallelEnumerable.cs (1)
1526Debug.Assert(options.IsValidQueryAggregationOption(), "enum is out of range");