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