7 references to VbcsOption
dotnet (2)
Commands\BuildServer\Shutdown\BuildServerShutdownCommand.cs (1)
29bool vbcscompiler = result.GetValue(BuildServerShutdownCommandParser.VbcsOption);
Commands\BuildServer\Shutdown\BuildServerShutdownCommandParser.cs (1)
42command.Options.Add(VbcsOption);
dotnet.Tests (5)
CommandTests\BuildServer\Shutdown\BuildServerShutdownParserTests.cs (5)
24result.GetValue<bool>(BuildServerShutdownCommandParser.VbcsOption).Should().Be(false); 34result.GetValue<bool>(BuildServerShutdownCommandParser.VbcsOption).Should().Be(false); 44result.GetValue<bool>(BuildServerShutdownCommandParser.VbcsOption).Should().Be(true); 54result.GetValue<bool>(BuildServerShutdownCommandParser.VbcsOption).Should().Be(false); 64result.GetValue<bool>(BuildServerShutdownCommandParser.VbcsOption).Should().Be(false);