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