1 write to _args
Microsoft.ML.Maml (1)
ChainCommand.cs (1)
41
_args
= args;
3 references to _args
Microsoft.ML.Maml (3)
ChainCommand.cs (3)
53
if (
_args
.Commands != null)
55
for (int i = 0; i <
_args
.Commands.Length; i++)
59
var sub =
_args
.Commands[i];