1 write to _architecture
dotnet (1)
Commands\Tool\Install\ToolInstallGlobalOrToolPathCommand.cs (1)
89
_architecture
= parseResult.GetValue(installDef.ArchitectureOption);
1 reference to _architecture
dotnet (1)
Commands\Tool\Install\ToolInstallGlobalOrToolPathCommand.cs (1)
250
string appHostSourceDirectory = _shellShimTemplateFinder.ResolveAppHostSourceDirectoryAsync(
_architecture
, framework, RuntimeInformation.ProcessArchitecture).Result;