2 references to CreateManifestIfNeededOption
dotnet (2)
Commands\Tool\Install\ToolInstallCommandParser.cs (1)
97command.Options.Add(CreateManifestIfNeededOption);
Commands\Tool\Install\ToolInstallLocalCommand.cs (1)
53_createManifestIfNeeded = parseResult.GetValue(ToolInstallCommandParser.CreateManifestIfNeededOption);