2 references to ParseCommandLine
VBCSCompiler (1)
BuildServerController.cs (1)
41
if (!
ParseCommandLine
(args, out pipeName, out shutdown))
VBCSCompiler.UnitTests (1)
VBCSCompilerServerTests.cs (1)
415
return BuildServerController.
ParseCommandLine
(args, out _pipeName, out _shutdown);