1 write to _toolExe
Microsoft.Build.Utilities.Core (1)
ToolTask.cs (1)
183
set =>
_toolExe
= value;
3 references to _toolExe
Microsoft.Build.Utilities.Core (3)
ToolTask.cs (3)
172
if (!string.IsNullOrEmpty(
_toolExe
))
175
return
_toolExe
;
525
if (pathToTool != null && !string.IsNullOrEmpty(
_toolExe
))