1 write to _addAdditionalArguments
dotnet (1)
CommandFactory\CommandResolution\PackagedCommandSpecFactory.cs (1)
20
_addAdditionalArguments
= addAdditionalArguments;
2 references to _addAdditionalArguments
dotnet (2)
CommandFactory\CommandResolution\PackagedCommandSpecFactory.cs (2)
151
if (
_addAdditionalArguments
!= null)
153
_addAdditionalArguments
(commandPath, arguments);