1 write to _logFilePath
VBCSCompiler.UnitTests (1)
VBCSCompilerServerTests.cs (1)
415
return BuildServerController.ParseCommandLine(args, out _pipeName, out _shutdown, out _timeout, out
_logFilePath
);
3 references to _logFilePath
VBCSCompiler.UnitTests (3)
VBCSCompilerServerTests.cs (3)
425
Assert.Null(
_logFilePath
);
492
Assert.Equal("/tmp/server.log",
_logFilePath
);
501
Assert.Equal("/tmp/server.log",
_logFilePath
);