6 references to QueryLifecycle
System.Core (6)
System\Linq\Parallel\QueryOperators\QueryOpeningEnumerator.cs (2)
87
QueryLifecycle
.LogicalQueryExecutionEnd(m_querySettings.QueryId);
157
QueryLifecycle
.LogicalQueryExecutionBegin(m_querySettings.QueryId);
System\Linq\Parallel\QueryOperators\QueryOperator.cs (2)
205
QueryLifecycle
.LogicalQueryExecutionBegin(querySettings.QueryId);
241
QueryLifecycle
.LogicalQueryExecutionEnd(querySettings.QueryId);
System\Linq\Parallel\QueryOperators\Unary\ForAllOperator.cs (2)
64
QueryLifecycle
.LogicalQueryExecutionBegin(settingsWithDefaults.QueryId);
71
QueryLifecycle
.LogicalQueryExecutionEnd(settingsWithDefaults.QueryId);