2 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));