1 write to _toolExe
Microsoft.Build.Utilities.Core (1)
ToolTask.cs (1)
189
set =>
_toolExe
= value;
3 references to _toolExe
Microsoft.Build.Utilities.Core (3)
ToolTask.cs (3)
178
if (!string.IsNullOrEmpty(
_toolExe
))
181
return
_toolExe
;
539
if (pathToTool != null && !string.IsNullOrEmpty(
_toolExe
))