2 writes to _terminatedTool
Microsoft.Build.Utilities.Core (2)
ToolTask.cs (2)
755
_terminatedTool
= false;
951
_terminatedTool
= true;
3 references to _terminatedTool
Microsoft.Build.Utilities.Core (3)
ToolTask.cs (3)
1652
if (
_terminatedTool
)
1667
if (!
_terminatedTool
)
1675
if (!
_terminatedTool
)