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