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