1 write to _architectureOption
dotnet (1)
Commands\Tool\Install\ToolInstallGlobalOrToolPathCommand.cs (1)
80
_architectureOption
= parseResult.GetValue(ToolInstallCommandParser.ArchitectureOption);
1 reference to _architectureOption
dotnet (1)
Commands\Tool\Install\ToolInstallGlobalOrToolPathCommand.cs (1)
225
string appHostSourceDirectory = _shellShimTemplateFinder.ResolveAppHostSourceDirectoryAsync(
_architectureOption
, framework, RuntimeInformation.ProcessArchitecture).Result;