1 write to CurrentTask
System.Private.CoreLib (1)
src\System\Runtime\CompilerServices\AsyncHelpers.CoreCLR.cs (1)
1191info.CurrentTask = task;
8 references to CurrentTask
System.Private.CoreLib (8)
src\System\Runtime\CompilerServices\AsyncHelpers.CoreCLR.cs (4)
1254AsyncDebugger.CompleteAsyncContext(info.CurrentTask); 1275AsyncDebugger.AsyncMethodUnhandledException(info.CurrentTask, ex, curContinuation); 1411if (info.CurrentTask != null) 1413Task.UpdateRuntimeAsyncTaskTimestamp(info.CurrentTask, curContinuation);
src\System\Runtime\CompilerServices\AsyncProfiler.CoreCLR.cs (4)
45if (info.CurrentTask != null) 47return (ulong)info.CurrentTask.Id; 112if (info.CurrentTask != null) 114return (ulong)info.CurrentTask.Id;