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