1 write to _commandArgs
Microsoft.DotNet.Cli.Utils (1)
BuiltInCommand.cs (1)
31
_commandArgs
= commandArgs;
2 references to _commandArgs
Microsoft.DotNet.Cli.Utils (2)
BuiltInCommand.cs (2)
21
public string CommandArgs => string.Join(" ",
_commandArgs
);
66
int exitCode = _builtInCommand([..
_commandArgs
]);