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