1 implementation of GetCommandPath
Microsoft.DotNet.Cli.Utils (1)
EnvironmentProvider.cs (1)
71public string? GetCommandPath(string commandName, params string[] extensions)
3 references to GetCommandPath
dotnet (2)
CommandFactory\CommandResolution\PathCommandResolver.cs (1)
15return _environment.GetCommandPath(commandResolverArguments.CommandName);
CommandFactory\CommandResolution\WindowsExePreferredCommandSpecFactory.cs (1)
22var preferredCommandPath = environment.GetCommandPath(commandName, ".exe");
Microsoft.DotNet.Cli.Utils (1)
Env.cs (1)
15s_environment.GetCommandPath(commandName, extensions);