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