1 implementation of GetCommandPathFromRootPath
Microsoft.DotNet.Cli.Utils (1)
EnvironmentProvider.cs (1)
100public string? GetCommandPathFromRootPath(string rootPath, string commandName, IEnumerable<string> extensions)
1 reference to GetCommandPathFromRootPath
Microsoft.DotNet.Cli.Utils (1)
Env.cs (1)
19s_environment.GetCommandPathFromRootPath(rootPath, commandName, extensions);