3 references to LocalOption
dotnet (1)
Commands\Tool\Install\ToolInstallCommandParser.cs (1)
109command.Options.Add(LocalOption);
dotnet.Tests (2)
CommandTests\Tool\Install\InstallToolParserTests.cs (1)
87result.GetRequiredValue(ToolInstallCommandParser.LocalOption).Should().Be(true);
CommandTests\Tool\Update\UpdateToolParserTests.cs (1)
171result.GetValue(ToolInstallCommandParser.LocalOption).Should().Be(true);