17 references to TraceOperationBegin
System.Private.CoreLib (17)
src\libraries\System.Private.CoreLib\src\System\Runtime\CompilerServices\AsyncMethodBuilderCore.cs (1)
108
TplEventSource.Log.
TraceOperationBegin
(t.Id, "Async: " + stateMachineType.Name, 0);
src\libraries\System.Private.CoreLib\src\System\Threading\Tasks\FutureFactory.cs (6)
651
TplEventSource.Log.
TraceOperationBegin
(promise.Id, "TaskFactory.FromAsync", 0);
667
TplEventSource.Log.
TraceOperationBegin
(t.Id, "TaskFactory.FromAsync Callback", 0);
768
TplEventSource.Log.
TraceOperationBegin
(promise.Id, "TaskFactory.FromAsync: " + beginMethod.GetMethodName(), 0);
885
TplEventSource.Log.
TraceOperationBegin
(promise.Id, "TaskFactory.FromAsync: " + beginMethod.GetMethodName(), 0);
1010
TplEventSource.Log.
TraceOperationBegin
(promise.Id, "TaskFactory.FromAsync: " + beginMethod.GetMethodName(), 0);
1143
TplEventSource.Log.
TraceOperationBegin
(promise.Id, "TaskFactory.FromAsync: " + beginMethod.GetMethodName(), 0);
src\libraries\System.Private.CoreLib\src\System\Threading\Tasks\Task.cs (6)
1684
TplEventSource.Log.
TraceOperationBegin
(this.Id, "Task: " + m_action.GetMethodName(), 0);
5801
TplEventSource.Log.
TraceOperationBegin
(this.Id, "Task.Delay", 0);
6057
TplEventSource.Log.
TraceOperationBegin
(Id, "Task.WhenAll", 0);
6399
TplEventSource.Log.
TraceOperationBegin
(this.Id, "Task.WhenAll", 0);
6624
TplEventSource.Log.
TraceOperationBegin
(this.Id, "Task.WhenAny", 0);
7394
TplEventSource.Log.
TraceOperationBegin
(this.Id, "Task.Unwrap", 0);
src\libraries\System.Private.CoreLib\src\System\Threading\Tasks\TaskContinuation.cs (1)
280
TplEventSource.Log.
TraceOperationBegin
(m_task.Id, "Task.ContinueWith: " + task.m_action!.GetMethodName(), 0);
src\libraries\System.Private.CoreLib\src\System\Threading\Tasks\TaskFactory.cs (3)
1559
TplEventSource.Log.
TraceOperationBegin
(this.Id, "TaskFactory.ContinueWhenAll", 0);
1629
TplEventSource.Log.
TraceOperationBegin
(this.Id, "TaskFactory.ContinueWhenAll<>", 0);
2284
TplEventSource.Log.
TraceOperationBegin
(this.Id, "TaskFactory.ContinueWhenAny", 0);