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