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)
83
var restoreResult = toolPackageRestorer.InstallPackage(toolManifestPackage,
_configFile
== null ? null : new FilePath(
_configFile
));
108
nugetConfig:
_configFile
!= null ? new(
_configFile
) : null,
125
nugetConfig:
_configFile
!= null ? new(
_configFile
) : null,