2 references to ArchitectureOption
dotnet (2)
Commands\Tool\Install\ToolInstallCommandParser.cs (1)
96
command.Options.Add(
ArchitectureOption
);
Commands\Tool\Install\ToolInstallGlobalOrToolPathCommand.cs (1)
80
_architectureOption = parseResult.GetValue(ToolInstallCommandParser.
ArchitectureOption
);