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