1 write to _configFilePath
dotnet (1)
Commands\Tool\Install\ToolInstallLocalInstaller.cs (1)
34_configFilePath = parseResult.GetValue(ToolInstallCommandParser.ConfigOption);
5 references to _configFilePath
dotnet (5)
Commands\Tool\Install\ToolInstallLocalInstaller.cs (5)
51if (!string.IsNullOrEmpty(_configFilePath) && !File.Exists(_configFilePath)) 56Path.GetFullPath(_configFilePath))); 62if (!string.IsNullOrEmpty(_configFilePath)) 64configFile = new FilePath(_configFilePath);