6 references to ToolPathOption
dotnet (4)
Commands\Tool\Install\ToolInstallCommand.cs (1)
20private readonly string _toolPath = parseResult.GetValue(ToolInstallCommandParser.ToolPathOption);
Commands\Tool\Install\ToolInstallCommandParser.cs (1)
110command.Options.Add(ToolPathOption);
Commands\Tool\Install\ToolInstallGlobalOrToolPathCommand.cs (1)
79_toolPath = parseResult.GetValue(ToolInstallCommandParser.ToolPathOption);
Commands\Tool\Update\ToolUpdateCommand.cs (1)
50_toolPath = result.GetValue(ToolInstallCommandParser.ToolPathOption);
dotnet.Tests (2)
CommandTests\Tool\Install\InstallToolParserTests.cs (1)
116result.GetRequiredValue(ToolInstallCommandParser.ToolPathOption).Should().Be(@"C:\Tools");
CommandTests\Tool\Update\UpdateToolParserTests.cs (1)
109result.GetValue(ToolInstallCommandParser.ToolPathOption).Should().Be(@"C:\TestAssetLocalNugetFeed");