11 references to QueryId
System.Core (11)
System\Linq\Parallel\QueryOperators\Binary\ZipQueryOperator.cs (2)
98settings.CancellationState, settings.QueryId); 108settings.CancellationState, settings.QueryId);
System\Linq\Parallel\QueryOperators\QueryOpeningEnumerator.cs (2)
87QueryLifecycle.LogicalQueryExecutionEnd(m_querySettings.QueryId); 157QueryLifecycle.LogicalQueryExecutionBegin(m_querySettings.QueryId);
System\Linq\Parallel\QueryOperators\QueryOperator.cs (5)
166querySettings.QueryId); 205QueryLifecycle.LogicalQueryExecutionBegin(querySettings.QueryId); 232OutputOrdered, querySettings.CancellationState, querySettings.QueryId); 241QueryLifecycle.LogicalQueryExecutionEnd(querySettings.QueryId); 286settings.CancellationState, settings.QueryId);
System\Linq\Parallel\QueryOperators\Unary\ForAllOperator.cs (2)
64QueryLifecycle.LogicalQueryExecutionBegin(settingsWithDefaults.QueryId); 71QueryLifecycle.LogicalQueryExecutionEnd(settingsWithDefaults.QueryId);