2 writes to _commandLine
Microsoft.Build (2)
BackEnd\Node\ServerNodeBuildCommand.cs (2)
83
_commandLine
= commandLine;
98
translator.Translate(ref
_commandLine
);
1 reference to _commandLine
Microsoft.Build (1)
BackEnd\Node\ServerNodeBuildCommand.cs (1)
33
public string[] CommandLine =>
_commandLine
;