1 implementation of GetCommandPathFromRootPath
Microsoft.DotNet.Cli.Utils (1)
EnvironmentProvider.cs (1)
87
public string?
GetCommandPathFromRootPath
(string rootPath, string commandName, params string[] extensions)
3 references to GetCommandPathFromRootPath
dotnet (2)
CommandFactory\CommandResolution\AppBaseCommandResolver.cs (1)
15
return _environment.
GetCommandPathFromRootPath
(
CommandFactory\CommandResolution\PublishedPathCommandResolver.cs (1)
76
return _environment.
GetCommandPathFromRootPath
(publishDirectory, commandName, ".dll");
Microsoft.DotNet.Cli.Utils (1)
Env.cs (1)
18
s_environment.
GetCommandPathFromRootPath
(rootPath, commandName, extensions);