6 references to QueryLifecycle
System.Linq.Parallel (6)
System\Linq\Parallel\QueryOperators\QueryOpeningEnumerator.cs (2)
80
QueryLifecycle
.LogicalQueryExecutionEnd(_querySettings.QueryId);
150
QueryLifecycle
.LogicalQueryExecutionBegin(_querySettings.QueryId);
System\Linq\Parallel\QueryOperators\QueryOperator.cs (2)
197
QueryLifecycle
.LogicalQueryExecutionBegin(querySettings.QueryId);
247
QueryLifecycle
.LogicalQueryExecutionEnd(querySettings.QueryId);
System\Linq\Parallel\QueryOperators\Unary\ForAllOperator.cs (2)
60
QueryLifecycle
.LogicalQueryExecutionBegin(settingsWithDefaults.QueryId);
67
QueryLifecycle
.LogicalQueryExecutionEnd(settingsWithDefaults.QueryId);