1 write to _child
System.Linq.Parallel (1)
System\Linq\Parallel\QueryOperators\Options\QueryExecutionOption.cs (1)
27
_child
= source;
4 references to _child
System.Linq.Parallel (4)
System\Linq\Parallel\QueryOperators\Options\QueryExecutionOption.cs (4)
28
_indexState =
_child
.OrdinalIndexState;
33
return
_child
.Open(settings, preferStriping);
42
return
_child
.AsSequentialQuery(token);
58
get { return
_child
.LimitsParallelism; }