11 references to QueryId
System.Core (11)
System\Linq\Parallel\QueryOperators\Binary\ZipQueryOperator.cs (2)
98
settings.CancellationState, settings.
QueryId
);
108
settings.CancellationState, settings.
QueryId
);
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 (5)
166
querySettings.
QueryId
);
205
QueryLifecycle.LogicalQueryExecutionBegin(querySettings.
QueryId
);
232
OutputOrdered, querySettings.CancellationState, querySettings.
QueryId
);
241
QueryLifecycle.LogicalQueryExecutionEnd(querySettings.
QueryId
);
286
settings.CancellationState, settings.
QueryId
);
System\Linq\Parallel\QueryOperators\Unary\ForAllOperator.cs (2)
64
QueryLifecycle.LogicalQueryExecutionBegin(settingsWithDefaults.
QueryId
);
71
QueryLifecycle.LogicalQueryExecutionEnd(settingsWithDefaults.
QueryId
);