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