1 write to _configFile
dotnet (1)
Commands\Tool\Execute\ToolExecuteCommand.cs (1)
43_configFile = result.GetValue(Definition.ConfigOption);
6 references to _configFile
dotnet (6)
Commands\Tool\Execute\ToolExecuteCommand.cs (6)
83var restoreResult = toolPackageRestorer.InstallPackage(toolManifestPackage, _configFile == null ? null : new FilePath(_configFile)); 108nugetConfig: _configFile != null ? new(_configFile) : null, 125nugetConfig: _configFile != null ? new(_configFile) : null,