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