1 instantiation of TplEventSource
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Threading\Tasks\TplEventSource.cs (1)
62
public static readonly TplEventSource Log = new
TplEventSource
();
157 references to TplEventSource
System.Private.CoreLib (157)
src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\ActivityTracker.cs (6)
56
if (useTplSource &&
TplEventSource
.Log.IsEnabled(EventLevel.Informational,
TplEventSource
.Keywords.TasksFlowActivityIds))
67
TplEventSource
? log = useTplSource ?
TplEventSource
.Log : null;
135
TplEventSource
? log = useTplSource ?
TplEventSource
.Log : null;
src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\EventSource.cs (2)
603
TplEventSource
.Log?.SetActivityId(activityId);
698
TplEventSource
.Log?.SetActivityId(activityId);
src\libraries\System.Private.CoreLib\src\System\Runtime\CompilerServices\AsyncInstrumentation.cs (1)
104
_ =
TplEventSource
.Log; // Touch TplEventSource to trigger static constructor which will initialize TPL flags if EventSource is supported.
src\libraries\System.Private.CoreLib\src\System\Runtime\CompilerServices\AsyncMethodBuilderCore.cs (3)
80
get =>
TplEventSource
.Log.IsEnabled(EventLevel.Warning,
TplEventSource
.Keywords.AsyncMethod);
108
TplEventSource
.Log.TraceOperationBegin(t.Id, "Async: " + stateMachineType.Name, 0);
src\libraries\System.Private.CoreLib\src\System\Runtime\CompilerServices\AsyncTaskMethodBuilderT.cs (7)
231
if (
TplEventSource
.Log.IsEnabled())
270
TplEventSource
.Log.IncompleteAsyncMethod(this);
356
bool loggingOn =
TplEventSource
.Log.IsEnabled();
359
TplEventSource
.Log.TraceSynchronousWorkBegin(this.Id, CausalitySynchronousWork.Execution);
387
TplEventSource
.Log.TraceSynchronousWorkEnd(CausalitySynchronousWork.Execution);
489
if (
TplEventSource
.Log.IsEnabled())
491
TplEventSource
.Log.TraceOperationEnd(task.Id, AsyncCausalityStatus.Completed);
src\libraries\System.Private.CoreLib\src\System\Runtime\CompilerServices\AsyncVoidMethodBuilder.cs (4)
78
if (
TplEventSource
.Log.IsEnabled())
80
TplEventSource
.Log.TraceOperationEnd(this.Task.Id, AsyncCausalityStatus.Completed);
118
if (
TplEventSource
.Log.IsEnabled())
120
TplEventSource
.Log.TraceOperationEnd(this.Task.Id, AsyncCausalityStatus.Error);
src\libraries\System.Private.CoreLib\src\System\Runtime\CompilerServices\TaskAwaiter.cs (8)
180
if (
TplEventSource
.Log.IsEnabled() || Task.s_asyncDebuggingEnabled)
199
if (
TplEventSource
.Log.IsEnabled() || Task.s_asyncDebuggingEnabled)
225
TplEventSource
log =
TplEventSource
.Log;
237
task.Id,
TplEventSource
.TaskWaitBehavior.Asynchronous,
253
TplEventSource
innerEtwLog =
TplEventSource
.Log;
269
EventSource.SetCurrentThreadActivityId(
TplEventSource
.CreateGuidForTaskID(innerTask.Id), out prevActivityId);
src\libraries\System.Private.CoreLib\src\System\Runtime\CompilerServices\YieldAwaitable.cs (6)
76
if (
TplEventSource
.Log.IsEnabled())
120
if (
TplEventSource
.Log.IsEnabled())
157
TplEventSource
.Log.AwaitTaskContinuationScheduled(TaskScheduler.Current.Id, (currentTask != null) ? currentTask.Id : 0, continuationId);
161
TplEventSource
log =
TplEventSource
.Log;
168
EventSource.SetCurrentThreadActivityId(
TplEventSource
.CreateGuidForTaskID(((Task<int>)continuationIdTask).Result), out prevActivityId);
src\libraries\System.Private.CoreLib\src\System\Threading\Tasks\Task.cs (53)
1012
if (
TplEventSource
.Log.IsEnabled())
1016
TplEventSource
.Log.TaskScheduled(ts.Id, currentTask == null ? 0 : currentTask.Id,
1333
if (
TplEventSource
.Log.IsEnabled())
1334
TplEventSource
.Log.NewID(newId);
1839
if (
TplEventSource
.Log.IsEnabled() &&
1844
TplEventSource
.Log.TraceOperationBegin(this.Id, "Task: " + action.GetMethodName(), 0);
2218
if (
TplEventSource
.Log.IsEnabled())
2219
TplEventSource
.Log.TraceOperationEnd(this.Id, AsyncCausalityStatus.Error);
2234
if (
TplEventSource
.Log.IsEnabled())
2235
TplEventSource
.Log.TraceOperationEnd(this.Id, AsyncCausalityStatus.Canceled);
2243
if (
TplEventSource
.Log.IsEnabled())
2244
TplEventSource
.Log.TraceOperationEnd(this.Id, AsyncCausalityStatus.Completed);
2467
TplEventSource
log =
TplEventSource
.Log;
2473
EventSource.SetCurrentThreadActivityId(
TplEventSource
.CreateGuidForTaskID(this.Id), out savedActivityID);
3139
TplEventSource
log =
TplEventSource
.Log;
3146
this.Id,
TplEventSource
.TaskWaitBehavior.Synchronous, 0);
3478
if (
TplEventSource
.Log.IsEnabled())
3479
TplEventSource
.Log.TraceOperationEnd(this.Id, AsyncCausalityStatus.Canceled);
3624
TplEventSource
log =
TplEventSource
.Log;
3784
if (
TplEventSource
.Log.IsEnabled())
3785
TplEventSource
.Log.TraceSynchronousWorkEnd(CausalitySynchronousWork.CompletionNotification);
4675
TplEventSource
log =
TplEventSource
.Log;
5948
if (
TplEventSource
.Log.IsEnabled())
5949
TplEventSource
.Log.TraceOperationBegin(this.Id, "Task.Delay", 0);
5990
if (
TplEventSource
.Log.IsEnabled())
5991
TplEventSource
.Log.TraceOperationEnd(this.Id, AsyncCausalityStatus.Completed);
6220
if (
TplEventSource
.Log.IsEnabled())
6222
TplEventSource
.Log.TraceOperationBegin(Id, "Task.WhenAll", 0);
6247
if (
TplEventSource
.Log.IsEnabled())
6249
TplEventSource
.Log.TraceOperationRelation(Id, CausalityRelation.Join);
6300
if (
TplEventSource
.Log.IsEnabled())
6302
TplEventSource
.Log.TraceOperationEnd(Id, AsyncCausalityStatus.Completed);
6563
if (
TplEventSource
.Log.IsEnabled())
6564
TplEventSource
.Log.TraceOperationBegin(this.Id, "Task.WhenAll", 0);
6578
if (
TplEventSource
.Log.IsEnabled())
6579
TplEventSource
.Log.TraceOperationRelation(this.Id, CausalityRelation.Join);
6633
if (
TplEventSource
.Log.IsEnabled())
6634
TplEventSource
.Log.TraceOperationEnd(this.Id, AsyncCausalityStatus.Completed);
6787
if (
TplEventSource
.Log.IsEnabled())
6789
TplEventSource
.Log.TraceOperationBegin(this.Id, "Task.WhenAny", 0);
6822
if (
TplEventSource
.Log.IsEnabled())
6824
TplEventSource
.Log.TraceOperationRelation(this.Id, CausalityRelation.Choice);
6825
TplEventSource
.Log.TraceOperationEnd(this.Id, AsyncCausalityStatus.Completed);
7558
if (
TplEventSource
.Log.IsEnabled())
7559
TplEventSource
.Log.TraceOperationBegin(this.Id, "Task.Unwrap", 0);
7668
if (
TplEventSource
.Log.IsEnabled())
7669
TplEventSource
.Log.TraceOperationRelation(this.Id, CausalityRelation.Join);
7694
if (
TplEventSource
.Log.IsEnabled())
7695
TplEventSource
.Log.TraceOperationEnd(this.Id, AsyncCausalityStatus.Completed);
src\libraries\System.Private.CoreLib\src\System\Threading\Tasks\TaskContinuation.cs (17)
279
if (
TplEventSource
.Log.IsEnabled())
280
TplEventSource
.Log.TraceOperationBegin(m_task.Id, "Task.ContinueWith: " + task.m_action!.GetMethodName(), 0);
314
if (
TplEventSource
.Log.IsEnabled() && !continuationTask.IsCanceled)
317
TplEventSource
.Log.TraceOperationRelation(continuationTask.Id, CausalityRelation.AssignDelegate);
403
TplEventSource
log =
TplEventSource
.Log;
421
TplEventSource
log =
TplEventSource
.Log;
436
Guid activityId =
TplEventSource
.CreateGuidForTaskID(continuationId);
576
TplEventSource
log =
TplEventSource
.Log;
622
TplEventSource
log =
TplEventSource
.Log;
634
Guid activityId =
TplEventSource
.CreateGuidForTaskID(m_continuationId);
780
if (
TplEventSource
.Log.IsEnabled())
814
TplEventSource
log =
TplEventSource
.Log;
src\libraries\System.Private.CoreLib\src\System\Threading\Tasks\TaskFactory.cs (17)
1558
if (
TplEventSource
.Log.IsEnabled())
1559
TplEventSource
.Log.TraceOperationBegin(this.Id, "TaskFactory.ContinueWhenAll", 0);
1567
if (
TplEventSource
.Log.IsEnabled())
1568
TplEventSource
.Log.TraceOperationRelation(this.Id, CausalityRelation.Join);
1573
if (
TplEventSource
.Log.IsEnabled())
1574
TplEventSource
.Log.TraceOperationEnd(this.Id, AsyncCausalityStatus.Completed);
1628
if (
TplEventSource
.Log.IsEnabled())
1629
TplEventSource
.Log.TraceOperationBegin(this.Id, "TaskFactory.ContinueWhenAll<>", 0);
1637
if (
TplEventSource
.Log.IsEnabled())
1638
TplEventSource
.Log.TraceOperationRelation(this.Id, CausalityRelation.Join);
1643
if (
TplEventSource
.Log.IsEnabled())
1644
TplEventSource
.Log.TraceOperationEnd(this.Id, AsyncCausalityStatus.Completed);
2283
if (
TplEventSource
.Log.IsEnabled())
2284
TplEventSource
.Log.TraceOperationBegin(this.Id, "TaskFactory.ContinueWhenAny", 0);
2299
if (
TplEventSource
.Log.IsEnabled())
2301
TplEventSource
.Log.TraceOperationRelation(this.Id, CausalityRelation.Choice);
2302
TplEventSource
.Log.TraceOperationEnd(this.Id, AsyncCausalityStatus.Completed);
src\libraries\System.Private.CoreLib\src\System\Threading\Tasks\TaskFactory_T.cs (22)
529
if (
TplEventSource
.Log.IsEnabled())
530
TplEventSource
.Log.TraceOperationEnd(promise.Id, AsyncCausalityStatus.Completed);
651
if (
TplEventSource
.Log.IsEnabled())
652
TplEventSource
.Log.TraceOperationBegin(promise.Id, "TaskFactory.FromAsync", 0);
667
if (
TplEventSource
.Log.IsEnabled())
668
TplEventSource
.Log.TraceOperationBegin(t.Id, "TaskFactory.FromAsync Callback", 0);
770
if (
TplEventSource
.Log.IsEnabled())
771
TplEventSource
.Log.TraceOperationBegin(promise.Id, "TaskFactory.FromAsync: " + beginMethod.GetMethodName(), 0);
792
if (
TplEventSource
.Log.IsEnabled())
793
TplEventSource
.Log.TraceOperationEnd(promise.Id, AsyncCausalityStatus.Error);
887
if (
TplEventSource
.Log.IsEnabled())
888
TplEventSource
.Log.TraceOperationBegin(promise.Id, "TaskFactory.FromAsync: " + beginMethod.GetMethodName(), 0);
909
if (
TplEventSource
.Log.IsEnabled())
910
TplEventSource
.Log.TraceOperationEnd(promise.Id, AsyncCausalityStatus.Error);
1012
if (
TplEventSource
.Log.IsEnabled())
1013
TplEventSource
.Log.TraceOperationBegin(promise.Id, "TaskFactory.FromAsync: " + beginMethod.GetMethodName(), 0);
1034
if (
TplEventSource
.Log.IsEnabled())
1035
TplEventSource
.Log.TraceOperationEnd(promise.Id, AsyncCausalityStatus.Error);
1145
if (
TplEventSource
.Log.IsEnabled())
1146
TplEventSource
.Log.TraceOperationBegin(promise.Id, "TaskFactory.FromAsync: " + beginMethod.GetMethodName(), 0);
1167
if (
TplEventSource
.Log.IsEnabled())
1168
TplEventSource
.Log.TraceOperationEnd(promise.Id, AsyncCausalityStatus.Error);
src\libraries\System.Private.CoreLib\src\System\Threading\Tasks\TaskScheduler.cs (2)
187
if (
TplEventSource
.Log.IsEnabled())
228
if (
TplEventSource
.Log.IsEnabled())
src\libraries\System.Private.CoreLib\src\System\Threading\Tasks\TplEventSource.cs (1)
62
public static readonly
TplEventSource
Log = new TplEventSource();
src\System\Runtime\CompilerServices\AsyncHelpers.CoreCLR.cs (8)
1112
TplEventSource
.Log.TraceOperationBegin(task.Id, "System.Runtime.CompilerServices.AsyncHelpers+RuntimeAsyncTask", 0);
1117
TplEventSource
.Log.TraceSynchronousWorkBegin(id, CausalitySynchronousWork.Execution);
1127
TplEventSource
.Log.TraceSynchronousWorkEnd(CausalitySynchronousWork.Execution);
1133
TplEventSource
.Log.TraceSynchronousWorkEnd(CausalitySynchronousWork.Execution);
1141
TplEventSource
.Log.TraceOperationEnd(task.Id, AsyncCausalityStatus.Completed);
1142
TplEventSource
.Log.TraceSynchronousWorkEnd(CausalitySynchronousWork.Execution);
1151
TplEventSource
.Log.TraceOperationEnd(task.Id, ex is OperationCanceledException ? AsyncCausalityStatus.Canceled : AsyncCausalityStatus.Error);
1152
TplEventSource
.Log.TraceSynchronousWorkEnd(CausalitySynchronousWork.Execution);