2 references to CreateManifestIfNeededOption
dotnet (1)
Commands\Tool\Install\ToolInstallLocalCommand.cs (1)
54
_createManifestIfNeeded = parseResult.GetValue(installDef.
CreateManifestIfNeededOption
);
Microsoft.DotNet.Cli.Definitions (1)
Commands\Tool\ToolInstallCommandDefinition.cs (1)
33
Options.Add(
CreateManifestIfNeededOption
);