1 write to _logFilePath
VBCSCompiler.UnitTests (1)
VBCSCompilerServerTests.cs (1)
427
_logFilePath
= options.LogFilePath;
3 references to _logFilePath
VBCSCompiler.UnitTests (3)
VBCSCompilerServerTests.cs (3)
439
Assert.Null(
_logFilePath
);
607
Assert.Equal("/tmp/server.log",
_logFilePath
);
616
Assert.Equal("/tmp/server.log",
_logFilePath
);