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)
147
if (!string.IsNullOrEmpty(
_configFilePath
) && !File.Exists(
_configFilePath
))
149
throw new GracefulException(string.Format(CliCommandStrings.ToolInstallNuGetConfigurationFileDoesNotExist, Path.GetFullPath(
_configFilePath
)));
321
if (!string.IsNullOrEmpty(
_configFilePath
))
323
configFile = new FilePath(
_configFilePath
);