3 references to PrereleaseOption
dotnet (3)
Commands\Tool\Execute\ToolExecuteCommandParser.cs (1)
21public static readonly Option<bool> PrereleaseOption = ToolInstallCommandParser.PrereleaseOption;
Commands\Tool\Install\ParseResultExtension.cs (1)
25bool prerelease = parseResult.GetValue(ToolInstallCommandParser.PrereleaseOption);
Commands\Tool\Install\ToolInstallCommandParser.cs (1)
117command.Options.Add(PrereleaseOption);