4 references to FindOnPath
Microsoft.Build.Utilities.Core (1)
ToolTask.cs (1)
565string actualPathToTool = FindOnPath(pathToTool);
Microsoft.Build.Utilities.UnitTests (3)
ToolTask_Tests.cs (3)
764cmdPath = tool.FindOnPath(shellName).ToUpperInvariant(); 770cmdPath = tool.FindOnPath(shellName); 1469string result = tool.FindOnPath(toolName);