3 implementations of GetCommandPathFromRootPath
dotnet.Tests (1)
ShellShimTests\WindowsEnvironmentPathTests.cs (1)
143
public string
GetCommandPathFromRootPath
(string rootPath, string commandName,
Microsoft.DotNet.Cli.Utils (1)
EnvironmentProvider.cs (1)
99
public string?
GetCommandPathFromRootPath
(string rootPath, string commandName, IEnumerable<string> extensions)
Microsoft.NET.Build.Containers.UnitTests (1)
RegistryTests.cs (1)
688
public string
GetCommandPathFromRootPath
(string rootPath, string commandName, IEnumerable<string> extensions)
2 references to GetCommandPathFromRootPath
dotnet (1)
CommandFactory\CommandResolution\ProjectPathCommandResolver.cs (1)
21
return _environment.
GetCommandPathFromRootPath
(
Microsoft.DotNet.Cli.Utils (1)
Env.cs (1)
19
s_environment.
GetCommandPathFromRootPath
(rootPath, commandName, extensions);