3 references to FindOnPath
Microsoft.Build.Utilities.Core (1)
ToolTask.cs (1)
549string actualPathToTool = FindOnPath(pathToTool);
Microsoft.Build.Utilities.UnitTests (2)
ToolTask_Tests.cs (2)
697cmdPath = ToolTask.FindOnPath(shellName).ToUpperInvariant(); 703cmdPath = ToolTask.FindOnPath(shellName);