1 write to _currentTaskId
NuGet.Protocol (1)
Plugins\Logging\TaskLogMessage.cs (1)
25
_currentTaskId
= Task.CurrentId;
2 references to _currentTaskId
NuGet.Protocol (2)
Plugins\Logging\TaskLogMessage.cs (2)
38
if (
_currentTaskId
.HasValue)
40
message["current task ID"] =
_currentTaskId
.Value;