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