1 write to _configFilePath
dotnet (1)
Commands\Tool\Install\ToolInstallGlobalOrToolPathCommand.cs (1)
72_configFilePath = parseResult.GetValue(Definition.ConfigOption);
8 references to _configFilePath
dotnet (8)
Commands\Tool\Install\ToolInstallGlobalOrToolPathCommand.cs (8)
176if (!string.IsNullOrEmpty(_configFilePath) && !File.Exists(_configFilePath)) 178throw new GracefulException(string.Format(CliCommandStrings.ToolInstallNuGetConfigurationFileDoesNotExist, Path.GetFullPath(_configFilePath))); 303if (!string.IsNullOrEmpty(_configFilePath) && !File.Exists(_configFilePath)) 308Path.GetFullPath(_configFilePath))); 359if (!string.IsNullOrEmpty(_configFilePath)) 361configFile = new FilePath(_configFilePath);