38 writes to CommandArguments
dotnet (2)
CommandFactory\CommandResolver.cs (1)
45
CommandArguments
= args,
Commands\Tool\Run\ToolRunCommand.cs (1)
35
CommandArguments
= argumentsToForward,
dotnet.Tests (36)
CommandFactoryTests\GivenAnAppBaseCommandResolver.cs (8)
21
CommandArguments
= null
37
CommandArguments
= null
56
CommandArguments
= null
80
CommandArguments
= null
99
CommandArguments
= new[] { "arg with space" }
119
CommandArguments
= null
142
CommandArguments
= null
167
CommandArguments
= null
CommandFactoryTests\GivenAProjectDependencyCommandResolver.cs (1)
109
CommandArguments
= null,
CommandFactoryTests\GivenAProjectPathCommandResolver.cs (10)
23
CommandArguments
= new string[] { "" },
40
CommandArguments
= new string[] { "" },
57
CommandArguments
= null,
78
CommandArguments
= null,
98
CommandArguments
= null,
122
CommandArguments
= new[] { "arg with space" },
147
CommandArguments
= null,
172
CommandArguments
= null,
196
CommandArguments
= null,
222
CommandArguments
= null,
CommandFactoryTests\GivenAProjectToolsCommandResolver.cs (10)
35
CommandArguments
= new string[] { "" },
52
CommandArguments
= new string[] { "" },
71
CommandArguments
= new string[] { "" },
95
CommandArguments
= null,
119
CommandArguments
= null,
149
CommandArguments
= new[] { "arg with space" },
174
CommandArguments
= null,
201
CommandArguments
= null,
229
CommandArguments
= null,
312
CommandArguments
= null,
CommandFactoryTests\GivenARootedCommandResolver.cs (5)
20
CommandArguments
= null
36
CommandArguments
= null
52
CommandArguments
= null
69
CommandArguments
= new[] { "arg with space" }
88
CommandArguments
= null
CommandTests\Tool\Run\ToolRunCommandTests.cs (2)
39
CommandArguments
= testForwardArgument
59
CommandArguments
= testForwardArgument
11 references to CommandArguments
dotnet (11)
CommandFactory\CommandResolution\AbstractPathBasedCommandResolver.cs (1)
49
commandResolverArguments.
CommandArguments
.OrEmptyIfNull(),
CommandFactory\CommandResolution\AppBaseDllCommandResolver.cs (1)
27
.Concat(commandResolverArguments.
CommandArguments
.OrEmptyIfNull()));
CommandFactory\CommandResolution\DepsJsonCommandResolver.cs (1)
37
commandResolverArguments.
CommandArguments
.OrEmptyIfNull(),
CommandFactory\CommandResolution\DotnetToolsCommandResolver.cs (1)
46
arguments.
CommandArguments
);
CommandFactory\CommandResolution\LocalToolsCommandResolver.cs (1)
96
toolManifestPackage.RollForward || allowRollForward, arguments.
CommandArguments
);
CommandFactory\CommandResolution\MuxerCommandResolver.cs (1)
19
commandResolverArguments.
CommandArguments
.OrEmptyIfNull());
CommandFactory\CommandResolution\OutputPathCommandResolver.cs (1)
30
commandResolverArguments.
CommandArguments
.OrEmptyIfNull(),
CommandFactory\CommandResolution\ProjectDependenciesCommandResolver.cs (1)
62
commandResolverArguments.
CommandArguments
.OrEmptyIfNull(),
CommandFactory\CommandResolution\ProjectToolsCommandResolver.cs (1)
65
commandResolverArguments.
CommandArguments
.OrEmptyIfNull(),
CommandFactory\CommandResolution\PublishedPathCommandResolver.cs (1)
60
commandResolverArguments.
CommandArguments
.OrEmptyIfNull(),
CommandFactory\CommandResolution\RootedCommandResolver.cs (1)
23
commandResolverArguments.
CommandArguments
.OrEmptyIfNull());