1 implementation of GetCommandPathFromRootPath
Microsoft.DotNet.Cli.Utils (1)
EnvironmentProvider.cs (1)
100
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)
21
s_environment.
GetCommandPathFromRootPath
(rootPath, commandName, extensions);