2 references to CurrentRuntimeOption
dotnet (2)
Commands\Restore\RestoreCommandParser.cs (1)
143yield return CommonOptions.CurrentRuntimeOption(CliCommandStrings.CmdCurrentRuntimeOptionDescription);
Commands\Store\StoreCommandParser.cs (1)
90command.Options.Add(CommonOptions.CurrentRuntimeOption(CliCommandStrings.CurrentRuntimeOptionDescription));