2 writes to _terminatedTool
Microsoft.Build.Utilities.Core (2)
ToolTask.cs (2)
776
_terminatedTool
= false;
984
_terminatedTool
= true;
3 references to _terminatedTool
Microsoft.Build.Utilities.Core (3)
ToolTask.cs (3)
1690
if (
_terminatedTool
)
1705
if (!
_terminatedTool
)
1713
if (!
_terminatedTool
)