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