4 references to CommandLineArgument
VBCSCompiler (2)
src\Compilers\Server\VBCSCompiler\BuildProtocolUtil.cs (1)
59
else if (arg.ArgumentId == BuildProtocolConstants.ArgumentId.
CommandLineArgument
)
src\Compilers\Shared\BuildProtocol.cs (1)
106
requestArgs.Add(new Argument(ArgumentId.
CommandLineArgument
, i, arg));
VBCSCompiler.UnitTests (2)
BuildProtocolTest.cs (2)
52
new BuildRequest.Argument(BuildProtocolConstants.ArgumentId.
CommandLineArgument
, argumentIndex: 1, value: "file")));
64
Assert.Equal(BuildProtocolConstants.ArgumentId.
CommandLineArgument
, read.Arguments[1].ArgumentId);