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