1 write to _configFilePath
dotnet (1)
Commands\Tool\Install\ToolInstallGlobalOrToolPathCommand.cs (1)
73_configFilePath = parseResult.GetValue(ToolInstallCommandParser.ConfigOption);
5 references to _configFilePath
dotnet (5)
Commands\Tool\Install\ToolInstallGlobalOrToolPathCommand.cs (5)
147if (!string.IsNullOrEmpty(_configFilePath) && !File.Exists(_configFilePath)) 149throw new GracefulException(string.Format(CliCommandStrings.ToolInstallNuGetConfigurationFileDoesNotExist, Path.GetFullPath(_configFilePath))); 321if (!string.IsNullOrEmpty(_configFilePath)) 323configFile = new FilePath(_configFilePath);