1 write to _shutdown
VBCSCompiler.UnitTests (1)
VBCSCompilerServerTests.cs (1)
415return BuildServerController.ParseCommandLine(args, out _pipeName, out _shutdown);
4 references to _shutdown
VBCSCompiler.UnitTests (4)
VBCSCompilerServerTests.cs (4)
423Assert.False(_shutdown); 431Assert.False(_shutdown); 439Assert.True(_shutdown); 447Assert.True(_shutdown);