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)
51
if (!string.IsNullOrEmpty(
_configFilePath
) && !File.Exists(
_configFilePath
))
56
Path.GetFullPath(
_configFilePath
)));
62
if (!string.IsNullOrEmpty(
_configFilePath
))
64
configFile = new FilePath(
_configFilePath
);