124 references to Log
System.Private.CoreLib (124)
src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\ActivityTracker.cs (3)
55
if (useTplSource && TplEventSource.
Log
.IsEnabled(EventLevel.Informational, TplEventSource.Keywords.TasksFlowActivityIds))
66
TplEventSource? log = useTplSource ? TplEventSource.
Log
: null;
134
TplEventSource? log = useTplSource ? TplEventSource.
Log
: null;
src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\EventSource.cs (2)
614
TplEventSource.
Log
?.SetActivityId(activityId);
709
TplEventSource.
Log
?.SetActivityId(activityId);
src\libraries\System.Private.CoreLib\src\System\Runtime\CompilerServices\AsyncMethodBuilderCore.cs (2)
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 (4)
180
if (TplEventSource.
Log
.IsEnabled() || Task.s_asyncDebuggingEnabled)
199
if (TplEventSource.
Log
.IsEnabled() || Task.s_asyncDebuggingEnabled)
225
TplEventSource log = TplEventSource.
Log
;
253
TplEventSource innerEtwLog = TplEventSource.
Log
;
src\libraries\System.Private.CoreLib\src\System\Runtime\CompilerServices\YieldAwaitable.cs (4)
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
;
src\libraries\System.Private.CoreLib\src\System\Threading\Tasks\FutureFactory.cs (22)
528
if (TplEventSource.
Log
.IsEnabled())
529
TplEventSource.
Log
.TraceOperationEnd(promise.Id, AsyncCausalityStatus.Completed);
650
if (TplEventSource.
Log
.IsEnabled())
651
TplEventSource.
Log
.TraceOperationBegin(promise.Id, "TaskFactory.FromAsync", 0);
666
if (TplEventSource.
Log
.IsEnabled())
667
TplEventSource.
Log
.TraceOperationBegin(t.Id, "TaskFactory.FromAsync Callback", 0);
767
if (TplEventSource.
Log
.IsEnabled())
768
TplEventSource.
Log
.TraceOperationBegin(promise.Id, "TaskFactory.FromAsync: " + beginMethod.GetMethodName(), 0);
789
if (TplEventSource.
Log
.IsEnabled())
790
TplEventSource.
Log
.TraceOperationEnd(promise.Id, AsyncCausalityStatus.Error);
884
if (TplEventSource.
Log
.IsEnabled())
885
TplEventSource.
Log
.TraceOperationBegin(promise.Id, "TaskFactory.FromAsync: " + beginMethod.GetMethodName(), 0);
906
if (TplEventSource.
Log
.IsEnabled())
907
TplEventSource.
Log
.TraceOperationEnd(promise.Id, AsyncCausalityStatus.Error);
1009
if (TplEventSource.
Log
.IsEnabled())
1010
TplEventSource.
Log
.TraceOperationBegin(promise.Id, "TaskFactory.FromAsync: " + beginMethod.GetMethodName(), 0);
1031
if (TplEventSource.
Log
.IsEnabled())
1032
TplEventSource.
Log
.TraceOperationEnd(promise.Id, AsyncCausalityStatus.Error);
1142
if (TplEventSource.
Log
.IsEnabled())
1143
TplEventSource.
Log
.TraceOperationBegin(promise.Id, "TaskFactory.FromAsync: " + beginMethod.GetMethodName(), 0);
1164
if (TplEventSource.
Log
.IsEnabled())
1165
TplEventSource.
Log
.TraceOperationEnd(promise.Id, AsyncCausalityStatus.Error);
src\libraries\System.Private.CoreLib\src\System\Threading\Tasks\Task.cs (47)
853
if (TplEventSource.
Log
.IsEnabled())
857
TplEventSource.
Log
.TaskScheduled(ts.Id, currentTask == null ? 0 : currentTask.Id,
1174
if (TplEventSource.
Log
.IsEnabled())
1175
TplEventSource.
Log
.NewID(newId);
1680
if (TplEventSource.
Log
.IsEnabled() && (Options & (TaskCreationOptions)InternalTaskOptions.ContinuationTask) == 0)
1684
TplEventSource.
Log
.TraceOperationBegin(this.Id, "Task: " + m_action.GetMethodName(), 0);
2058
if (TplEventSource.
Log
.IsEnabled())
2059
TplEventSource.
Log
.TraceOperationEnd(this.Id, AsyncCausalityStatus.Error);
2074
if (TplEventSource.
Log
.IsEnabled())
2075
TplEventSource.
Log
.TraceOperationEnd(this.Id, AsyncCausalityStatus.Canceled);
2083
if (TplEventSource.
Log
.IsEnabled())
2084
TplEventSource.
Log
.TraceOperationEnd(this.Id, AsyncCausalityStatus.Completed);
2307
TplEventSource log = TplEventSource.
Log
;
2982
TplEventSource log = TplEventSource.
Log
;
3312
if (TplEventSource.
Log
.IsEnabled())
3313
TplEventSource.
Log
.TraceOperationEnd(this.Id, AsyncCausalityStatus.Canceled);
3458
TplEventSource log = TplEventSource.
Log
;
3618
if (TplEventSource.
Log
.IsEnabled())
3619
TplEventSource.
Log
.TraceSynchronousWorkEnd(CausalitySynchronousWork.CompletionNotification);
4509
TplEventSource log = TplEventSource.
Log
;
5800
if (TplEventSource.
Log
.IsEnabled())
5801
TplEventSource.
Log
.TraceOperationBegin(this.Id, "Task.Delay", 0);
5842
if (TplEventSource.
Log
.IsEnabled())
5843
TplEventSource.
Log
.TraceOperationEnd(this.Id, AsyncCausalityStatus.Completed);
6055
if (TplEventSource.
Log
.IsEnabled())
6057
TplEventSource.
Log
.TraceOperationBegin(Id, "Task.WhenAll", 0);
6082
if (TplEventSource.
Log
.IsEnabled())
6084
TplEventSource.
Log
.TraceOperationRelation(Id, CausalityRelation.Join);
6135
if (TplEventSource.
Log
.IsEnabled())
6137
TplEventSource.
Log
.TraceOperationEnd(Id, AsyncCausalityStatus.Completed);
6398
if (TplEventSource.
Log
.IsEnabled())
6399
TplEventSource.
Log
.TraceOperationBegin(this.Id, "Task.WhenAll", 0);
6413
if (TplEventSource.
Log
.IsEnabled())
6414
TplEventSource.
Log
.TraceOperationRelation(this.Id, CausalityRelation.Join);
6468
if (TplEventSource.
Log
.IsEnabled())
6469
TplEventSource.
Log
.TraceOperationEnd(this.Id, AsyncCausalityStatus.Completed);
6622
if (TplEventSource.
Log
.IsEnabled())
6624
TplEventSource.
Log
.TraceOperationBegin(this.Id, "Task.WhenAny", 0);
6657
if (TplEventSource.
Log
.IsEnabled())
6659
TplEventSource.
Log
.TraceOperationRelation(this.Id, CausalityRelation.Choice);
6660
TplEventSource.
Log
.TraceOperationEnd(this.Id, AsyncCausalityStatus.Completed);
7393
if (TplEventSource.
Log
.IsEnabled())
7394
TplEventSource.
Log
.TraceOperationBegin(this.Id, "Task.Unwrap", 0);
7503
if (TplEventSource.
Log
.IsEnabled())
7504
TplEventSource.
Log
.TraceOperationRelation(this.Id, CausalityRelation.Join);
7529
if (TplEventSource.
Log
.IsEnabled())
7530
TplEventSource.
Log
.TraceOperationEnd(this.Id, AsyncCausalityStatus.Completed);
src\libraries\System.Private.CoreLib\src\System\Threading\Tasks\TaskContinuation.cs (10)
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
;
576
TplEventSource log = TplEventSource.
Log
;
622
TplEventSource log = TplEventSource.
Log
;
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\TaskScheduler.cs (2)
187
if (TplEventSource.
Log
.IsEnabled())
228
if (TplEventSource.
Log
.IsEnabled())