1 write to _pipeName
VBCSCompiler.UnitTests (1)
VBCSCompilerServerTests.cs (1)
415return BuildServerController.ParseCommandLine(args, out _pipeName, out _shutdown);
4 references to _pipeName
VBCSCompiler.UnitTests (4)
VBCSCompilerServerTests.cs (4)
422Assert.Null(_pipeName); 430Assert.Equal("test", _pipeName); 438Assert.Null(_pipeName); 446Assert.Equal("test", _pipeName);