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