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