11 references to QueryId
System.Linq.Parallel (11)
System\Linq\Parallel\QueryOperators\Binary\ZipQueryOperator.cs (2)
95settings.CancellationState, settings.QueryId); 106settings.CancellationState, settings.QueryId);
System\Linq\Parallel\QueryOperators\QueryOpeningEnumerator.cs (2)
80QueryLifecycle.LogicalQueryExecutionEnd(_querySettings.QueryId); 150QueryLifecycle.LogicalQueryExecutionBegin(_querySettings.QueryId);
System\Linq\Parallel\QueryOperators\QueryOperator.cs (5)
157querySettings.QueryId); 197QueryLifecycle.LogicalQueryExecutionBegin(querySettings.QueryId); 236OutputOrdered, querySettings.CancellationState, querySettings.QueryId); 247QueryLifecycle.LogicalQueryExecutionEnd(querySettings.QueryId); 291settings.CancellationState, settings.QueryId);
System\Linq\Parallel\QueryOperators\Unary\ForAllOperator.cs (2)
60QueryLifecycle.LogicalQueryExecutionBegin(settingsWithDefaults.QueryId); 67QueryLifecycle.LogicalQueryExecutionEnd(settingsWithDefaults.QueryId);