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)
36
if (
_currentTaskId
.HasValue)
38
message.Add(new JProperty("current task ID",
_currentTaskId
.Value));