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