7[
EventSource(
Name =
"System.Linq.Parallel.PlinqEventSource",
Guid =
"159eeeec-4a14-4418-a8fe-faabcd987887")]
46 WriteEvent(1, taskSchedulerId, taskId, queryId);
62 WriteEvent(2, taskSchedulerId, taskId, queryId);
78 WriteEvent(3, taskSchedulerId, taskId, queryId);
94 WriteEvent(4, taskSchedulerId, taskId, queryId);
unsafe void WriteEvent(int eventId)
void ParallelQueryEnd(int taskSchedulerId, int taskId, int queryId)
void ParallelQueryFork(int queryId)
void ParallelQueryFork(int taskSchedulerId, int taskId, int queryId)
void ParallelQueryJoin(int queryId)
void ParallelQueryEnd(int queryId)
static readonly int s_defaultSchedulerId
void ParallelQueryBegin(int taskSchedulerId, int taskId, int queryId)
static PlinqEtwProvider Log
void ParallelQueryJoin(int taskSchedulerId, int taskId, int queryId)
void ParallelQueryBegin(int queryId)
static int Increment(ref int location)
static TaskScheduler Default