1 write to CurrentTask
System.Private.CoreLib (1)
src\runtime\src\coreclr\System.Private.CoreLib\src\System\Runtime\CompilerServices\AsyncHelpers.CoreCLR.cs (1)
1783
info.
CurrentTask
= task;
4 references to CurrentTask
System.Private.CoreLib (4)
src\runtime\src\coreclr\System.Private.CoreLib\src\System\Runtime\CompilerServices\AsyncHelpers.CoreCLR.cs (4)
1848
AsyncDebugger.CompleteAsyncContext(info.
CurrentTask
);
1869
AsyncDebugger.AsyncMethodUnhandledException(info.
CurrentTask
, ex, curContinuation);
1997
if (info.
CurrentTask
!= null)
1999
Task.UpdateRuntimeAsyncTaskTimestamp(info.
CurrentTask
, curContinuation);