1 write to CurrentTask
System.Private.CoreLib (1)
src\System\Runtime\CompilerServices\AsyncHelpers.CoreCLR.cs (1)
1013
info.
CurrentTask
= task;
4 references to CurrentTask
System.Private.CoreLib (4)
src\System\Runtime\CompilerServices\AsyncHelpers.CoreCLR.cs (4)
1055
AsyncDebugger.CompleteAsyncContext(info.
CurrentTask
);
1066
AsyncDebugger.AsyncMethodUnhandledException(info.
CurrentTask
, ex, curContinuation);
1163
if (info.
CurrentTask
!= null)
1165
Task.UpdateRuntimeAsyncTaskTimestamp(info.
CurrentTask
, curContinuation);