3 references to ConfigOption
dotnet (2)
Commands\Tool\Restore\ToolRestoreCommand.cs (1)
64_configFilePath = result.GetValue(ToolRestoreCommandParser.ConfigOption);
Commands\Tool\Restore\ToolRestoreCommandParser.cs (1)
34command.Options.Add(ConfigOption);
dotnet.Tests (1)
CommandTests\Tool\Restore\ToolRestoreParserTests.cs (1)
35result.GetRequiredValue(ToolRestoreCommandParser.ConfigOption).Should().Be(@"C:\TestAssetLocalNugetFeed");