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)
176
if (!string.IsNullOrEmpty(
_configFilePath
) && !File.Exists(
_configFilePath
))
178
throw new GracefulException(string.Format(CliCommandStrings.ToolInstallNuGetConfigurationFileDoesNotExist, Path.GetFullPath(
_configFilePath
)));
303
if (!string.IsNullOrEmpty(
_configFilePath
) && !File.Exists(
_configFilePath
))
308
Path.GetFullPath(
_configFilePath
)));
359
if (!string.IsNullOrEmpty(
_configFilePath
))
361
configFile = new FilePath(
_configFilePath
);